public class StepBSplineCurveWithKnots extends StepBSplineCurve
BSplineCurveWithKnots class for STP file.
Constructor and Description |
---|
StepBSplineCurveWithKnots(String name,
List<StepCartesianPoint> controlPoints) |
StepBSplineCurveWithKnots(String name,
StepCartesianPoint... controlPoints) |
Modifier and Type | Method and Description |
---|---|
int |
getItemType() |
List<Integer> |
getKnotMultiplicities() |
List<Double> |
getKnots() |
int |
getKnotSpec() |
void |
setKnotSpec(int value) |
getClosedCurve, getControlPointsList, getCurveForm, getDegree, getSelfIntersect, setClosedCurve, setCurveForm, setDegree, setSelfIntersect
getName, setName
public StepBSplineCurveWithKnots(String name, List<StepCartesianPoint> controlPoints)
public StepBSplineCurveWithKnots(String name, StepCartesianPoint... controlPoints)
public final int getKnotSpec()
public final void setKnotSpec(int value)
public int getItemType()
getItemType
in class StepRepresentationItem