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, getStyledByItem
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getEntityLabel
public 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()