public class StepShapeRepresentationRelationship extends StepTopologicalRepresentationItem
ShapeRepresentationRelationship class.
Constructor and Description |
---|
StepShapeRepresentationRelationship() |
StepShapeRepresentationRelationship(String name,
String text,
StepRepresentationItem ref1,
StepRepresentationItem ref2) |
Modifier and Type | Method and Description |
---|---|
int |
getItemType() |
StepRepresentationItem |
getRepresentationItem1() |
StepRepresentationItem |
getRepresentationItem2() |
String |
getText() |
void |
setRepresentationItem1(StepRepresentationItem value) |
void |
setRepresentationItem2(StepRepresentationItem value) |
void |
setText(String value) |
getName, setName
public StepShapeRepresentationRelationship()
public StepShapeRepresentationRelationship(String name, String text, StepRepresentationItem ref1, StepRepresentationItem ref2)
public final String getText()
public final void setText(String value)
public final StepRepresentationItem getRepresentationItem1()
public final void setRepresentationItem1(StepRepresentationItem value)
public final StepRepresentationItem getRepresentationItem2()
public final void setRepresentationItem2(StepRepresentationItem value)
public int getItemType()
getItemType
in class StepRepresentationItem