IfcCompositeCurve
Inheritance: java.lang.Object, IfcBoundedCurve
All Implemented Interfaces: com.aspose.cad_internal.fileformats.ifc.IIfcCompositeCurve
Constructors
| Constructor | Description |
|---|---|
| IfcCompositeCurve() |
Methods
| Method | Description |
|---|---|
| getSegments() | |
| setSegments(IfcCollection | |
| getSelfIntersect() | |
| setSelfIntersect(IfcLogical value) |
IfcCompositeCurve()
public IfcCompositeCurve()
getSegments()
public final IfcCollection<IfcCompositeCurveSegment> getSegments()
Returns: IfcCollection
setSegments(IfcCollection value)
public final void setSegments(IfcCollection<IfcCompositeCurveSegment> value)
getSelfIntersect()
public final IfcLogical getSelfIntersect()
Returns: IfcLogical
setSelfIntersect(IfcLogical value)
public final void setSelfIntersect(IfcLogical value)