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 |
|---|---|
StepItemType |
getItemType() |
StepRepresentationItem |
getRep1() |
StepRepresentationItem |
getRep2() |
String |
getText() |
void |
setRep1(StepRepresentationItem value) |
void |
setRep2(StepRepresentationItem value) |
void |
setText(String value) |
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 getRep1()
public final void setRep1(StepRepresentationItem value)
public final StepRepresentationItem getRep2()
public final void setRep2(StepRepresentationItem value)
public StepItemType getItemType()
getItemType in class StepRepresentationItemCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.