public class IfcCompositeCurve extends IfcBoundedCurve implements com.aspose.cad_internal.fileformats.ifc.IIfcCompositeCurve
Constructor and Description |
---|
IfcCompositeCurve() |
Modifier and Type | Method and Description |
---|---|
IfcCollection<IfcCompositeCurveSegment> |
getSegments() |
Boolean |
getSelfIntersect() |
void |
setSegments(IfcCollection<IfcCompositeCurveSegment> value) |
void |
setSelfIntersect(Boolean value) |
getLayerAssignments, getStyledByItem
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getEntityLabel
public final IfcCollection<IfcCompositeCurveSegment> getSegments()
public final void setSegments(IfcCollection<IfcCompositeCurveSegment> value)
public final Boolean getSelfIntersect()
public final void setSelfIntersect(Boolean value)