IfcIndexedPolyCurve
Inheritance: java.lang.Object, IfcBoundedCurve
All Implemented Interfaces: com.aspose.cad_internal.fileformats.ifc.IIfcIndexedPolyCurve
Constructors
| Constructor | Description |
|---|---|
| IfcIndexedPolyCurve() |
Methods
| Method | Description |
|---|---|
| getPoints() | |
| setPoints(IfcCartesianPointList value) | |
| getSegments() | |
| setSegments(IfcCollection | |
| getSelfIntersect() | |
| setSelfIntersect(IfcBoolean value) |
IfcIndexedPolyCurve()
public IfcIndexedPolyCurve()
getPoints()
public final IfcCartesianPointList getPoints()
Returns: IfcCartesianPointList
setPoints(IfcCartesianPointList value)
public final void setPoints(IfcCartesianPointList value)
getSegments()
public final IfcCollection<IfcSegmentIndexSelect> getSegments()
Returns: IfcCollection
setSegments(IfcCollection value)
public final void setSegments(IfcCollection<IfcSegmentIndexSelect> value)
getSelfIntersect()
public final IfcBoolean getSelfIntersect()
Returns: IfcBoolean
setSelfIntersect(IfcBoolean value)
public final void setSelfIntersect(IfcBoolean value)