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, getStyledByItemequals, getEntityLabel, hashCode, op_Equality, op_InequalitygetClass, notify, notifyAll, toString, wait, wait, waitgetEntityLabelpublic final IfcCollection<IfcCompositeCurveSegment> getSegments()
public final void setSegments(IfcCollection<IfcCompositeCurveSegment> value)
public final Boolean getSelfIntersect()
public final void setSelfIntersect(Boolean value)