IfcCompositeCurve

Inheritance: java.lang.Object, IfcBoundedCurve

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

Constructors

ConstructorDescription
IfcCompositeCurve()

Methods

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