public abstract class StepBSplineCurve extends StepBoundedCurve
BSplineCurve class for STP file.
| Constructor and Description |
|---|
StepBSplineCurve(String name,
List<StepCartesianPoint> controlPoints) |
StepBSplineCurve(String name,
StepCartesianPoint... controlPoints) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getClosedCurve() |
List<StepCartesianPoint> |
getControlPointsList() |
StepBSplineCurveForm |
getCurveForm() |
int |
getDegree() |
boolean |
getSelfIntersect() |
void |
setClosedCurve(boolean value) |
void |
setCurveForm(StepBSplineCurveForm value) |
void |
setDegree(int value) |
void |
setSelfIntersect(boolean value) |
getArea, getChilds, getId, getItemType, getLength, getName, getUId, setName, setUIdpublic StepBSplineCurve(String name, List<StepCartesianPoint> controlPoints)
public StepBSplineCurve(String name, StepCartesianPoint... controlPoints)
public final int getDegree()
public final void setDegree(int value)
public final List<StepCartesianPoint> getControlPointsList()
public final StepBSplineCurveForm getCurveForm()
public final void setCurveForm(StepBSplineCurveForm value)
public final boolean getClosedCurve()
public final void setClosedCurve(boolean value)
public final boolean getSelfIntersect()
public final void setSelfIntersect(boolean value)
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.