IfcBSplineCurve

Inheritance: java.lang.Object, IfcBoundedCurve

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

Constructors

ConstructorDescription
IfcBSplineCurve()

Methods

MethodDescription
getDegree()
setDegree(IfcInteger value)
getControlPointsList()
setControlPointsList(IfcCollection value)
getCurveForm()
setCurveForm(IfcBSplineCurveForm value)
getClosedCurve()
setClosedCurve(IfcLogical value)
getSelfIntersect()
setSelfIntersect(IfcLogical value)

IfcBSplineCurve()

public IfcBSplineCurve()

getDegree()

public final IfcInteger getDegree()

Returns: IfcInteger

setDegree(IfcInteger value)

public final void setDegree(IfcInteger value)

getControlPointsList()

public final IfcCollection<IfcCartesianPoint> getControlPointsList()

Returns: IfcCollection

setControlPointsList(IfcCollection value)

public final void setControlPointsList(IfcCollection<IfcCartesianPoint> value)

getCurveForm()

public final IfcBSplineCurveForm getCurveForm()

Returns: IfcBSplineCurveForm

setCurveForm(IfcBSplineCurveForm value)

public final void setCurveForm(IfcBSplineCurveForm value)

getClosedCurve()

public final IfcLogical getClosedCurve()

Returns: IfcLogical

setClosedCurve(IfcLogical value)

public final void setClosedCurve(IfcLogical value)

getSelfIntersect()

public final IfcLogical getSelfIntersect()

Returns: IfcLogical

setSelfIntersect(IfcLogical value)

public final void setSelfIntersect(IfcLogical value)