public class IfcCompositeCurveSegment extends IfcGeometricRepresentationItem implements com.aspose.cad_internal.fileformats.ifc.IIfcCompositeCurveSegment
| Constructor and Description |
|---|
IfcCompositeCurveSegment() |
| Modifier and Type | Method and Description |
|---|---|
IfcCurve |
getParentCurve() |
boolean |
getSameSense() |
IfcTransitionCode |
getTransition() |
IfcCollection<IfcCompositeCurve> |
getUsingCurves() |
void |
setParentCurve(IfcCurve value) |
void |
setSameSense(boolean value) |
void |
setTransition(IfcTransitionCode value) |
getLayerAssignments, getStyledByItemequals, getEntityLabel, hashCode, op_Equality, op_InequalitygetClass, notify, notifyAll, toString, wait, wait, waitgetEntityLabelpublic final IfcTransitionCode getTransition()
public final void setTransition(IfcTransitionCode value)
public final boolean getSameSense()
public final void setSameSense(boolean value)
public final IfcCurve getParentCurve()
public final void setParentCurve(IfcCurve value)
public final IfcCollection<IfcCompositeCurve> getUsingCurves()