public class StepRepresentationRelationship extends StepRepresentationItem
RepresentationRelationship class for STP.
| Constructor and Description |
|---|
StepRepresentationRelationship() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
StepItemType |
getItemType() |
StepRepresentationItem |
getRep1() |
StepRepresentationItem |
getRep2() |
void |
setDescription(String value) |
void |
setRep1(StepRepresentationItem value) |
void |
setRep2(StepRepresentationItem value) |
public StepItemType getItemType()
getItemType in class StepRepresentationItempublic final String getDescription()
public final void setDescription(String value)
public final StepRepresentationItem getRep1()
public final void setRep1(StepRepresentationItem value)
public final StepRepresentationItem getRep2()
public final void setRep2(StepRepresentationItem value)
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.