IfcBSplineCurve
Contents
[
Hide
]Inheritance: java.lang.Object, IfcBoundedCurve
All Implemented Interfaces: com.aspose.cad_internal.fileformats.ifc.IIfcBSplineCurve
Constructors
| Constructor | Description |
|---|---|
| IfcBSplineCurve() |
Methods
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)