public class IfcBSplineCurveWithKnots extends IfcBSplineCurve implements com.aspose.cad_internal.fileformats.ifc.IIfcBezierCurve
| Constructor and Description |
|---|
IfcBSplineCurveWithKnots() |
| Modifier and Type | Method and Description |
|---|---|
IfcCollection<IfcInteger> |
getKnotMultiplicities() |
IfcCollection<IfcParameterValue> |
getKnots() |
IfcKnotType |
getKnotSpec() |
void |
setKnotMultiplicities(IfcCollection<IfcInteger> value) |
void |
setKnots(IfcCollection<IfcParameterValue> value) |
void |
setKnotSpec(IfcKnotType value) |
getClosedCurve, getControlPointsList, getCurveForm, getDegree, getSelfIntersect, setClosedCurve, setControlPointsList, setCurveForm, setDegree, setSelfIntersectgetLayerAssignment, getStyledByItemequals, getEntityLabel, hashCode, op_Equality, op_InequalitygetClass, notify, notifyAll, toString, wait, wait, waitgetEntityLabelpublic final IfcCollection<IfcInteger> getKnotMultiplicities()
public final void setKnotMultiplicities(IfcCollection<IfcInteger> value)
public final IfcCollection<IfcParameterValue> getKnots()
public final void setKnots(IfcCollection<IfcParameterValue> value)
public final IfcKnotType getKnotSpec()
public final void setKnotSpec(IfcKnotType value)