IfcBSplineCurveWithKnots
Inheritance: java.lang.Object, IfcBSplineCurve
All Implemented Interfaces: com.aspose.cad_internal.fileformats.ifc.IIfcBezierCurve
Constructors
| Constructor | Description |
|---|---|
| IfcBSplineCurveWithKnots() |
Methods
| Method | Description |
|---|---|
| getKnotMultiplicities() | |
| setKnotMultiplicities(IfcCollection | |
| getKnots() | |
| setKnots(IfcCollection | |
| getKnotSpec() | |
| setKnotSpec(IfcKnotType value) |
IfcBSplineCurveWithKnots()
public IfcBSplineCurveWithKnots()
getKnotMultiplicities()
public final IfcCollection<IfcInteger> getKnotMultiplicities()
Returns: IfcCollection
setKnotMultiplicities(IfcCollection value)
public final void setKnotMultiplicities(IfcCollection<IfcInteger> value)
getKnots()
public final IfcCollection<IfcParameterValue> getKnots()
Returns: IfcCollection
setKnots(IfcCollection value)
public final void setKnots(IfcCollection<IfcParameterValue> value)
getKnotSpec()
public final IfcKnotType getKnotSpec()
Returns: IfcKnotType
setKnotSpec(IfcKnotType value)
public final void setKnotSpec(IfcKnotType value)