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() |
IfcBoolean |
getSameSense() |
IfcTransitionCode |
getTransition() |
IfcCollection<IfcCompositeCurve> |
getUsingCurves() |
void |
setParentCurve(IfcCurve value) |
void |
setSameSense(IfcBoolean value) |
void |
setTransition(IfcTransitionCode value) |
getLayerAssignment, getStyledByItemequals, getEntityLabel, hashCode, op_Equality, op_InequalitygetClass, notify, notifyAll, toString, wait, wait, waitgetEntityLabelpublic final IfcTransitionCode getTransition()
public final void setTransition(IfcTransitionCode value)
public final IfcBoolean getSameSense()
public final void setSameSense(IfcBoolean value)
public final IfcCurve getParentCurve()
public final void setParentCurve(IfcCurve value)
public final IfcCollection<IfcCompositeCurve> getUsingCurves()