IfcIndexedPolyCurve

Inheritance: java.lang.Object, IfcBoundedCurve

All Implemented Interfaces: com.aspose.cad_internal.fileformats.ifc.IIfcIndexedPolyCurve

Constructors

ConstructorDescription
IfcIndexedPolyCurve()

Methods

MethodDescription
getPoints()
setPoints(IfcCartesianPointList value)
getSegments()
setSegments(IfcCollection value)
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)