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, setSelfIntersect
getLayerAssignment, getStyledByItem
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getEntityLabel
public 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)