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 |
|---|---|
StepItemType |
getItemType() |
List<Integer> |
getKnotMultiplicities() |
List<Double> |
getKnots() |
StepKnotType |
getKnotSpec() |
void |
setKnotSpec(StepKnotType value) |
getClosedCurve, getControlPointsList, getCurveForm, getDegree, getSelfIntersect, setClosedCurve, setCurveForm, setDegree, setSelfIntersectpublic StepBSplineCurveWithKnots(String name, List<StepCartesianPoint> controlPoints)
public StepBSplineCurveWithKnots(String name, StepCartesianPoint... controlPoints)
public final StepKnotType getKnotSpec()
public final void setKnotSpec(StepKnotType value)
public StepItemType getItemType()
getItemType in class StepRepresentationItemCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.