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, 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 boolean getSameSense()
public final void setSameSense(boolean value)
public final IfcCurve getParentCurve()
public final void setParentCurve(IfcCurve value)
public final IfcCollection<IfcCompositeCurve> getUsingCurves()