public class CadSpline extends CadBaseEntity
Class describing Cad SPLINE
Constructor and Description |
---|
CadSpline()
Initializes a new instance of the
CadSpline class. |
Modifier and Type | Method and Description |
---|---|
List<Cad3DPoint> |
getControlPoints()
Gets or sets the control points.
|
short |
getControlPointsNumber()
Gets or sets the control points number.
|
double |
getControlPointTolerance()
Gets or sets the control point tolerance.
|
short |
getCurveDegree()
Gets or sets the curve degree.
|
int |
getDegree()
Gets or sets the degree.
|
Cad3DPoint |
getEndTangent()
Gets or sets the end tangent.
|
List<Cad3DPoint> |
getFitPoints()
Gets or sets the fit points.
|
short |
getFitPointsNumber()
Gets or sets the fit points number.
|
double |
getFitTolerance()
Gets or sets the fit tolerance.
|
short |
getKnotsNumber()
Gets or sets the knots number.
|
double |
getKnotTolerance()
Gets or sets the knot tolerance.
|
List<Double> |
getKnotValues()
Gets or sets the knot values.
|
List<Double> |
getKnotWeight()
Gets or sets the knot weight.
|
Cad3DPoint |
getNormalVector()
Gets or sets the normal vector
|
short |
getPeriodirc()
Gets or sets the periodic
|
short |
getRational()
Gets or sets the rational
|
short |
getSplineFlag()
Gets or sets the spline flag.
|
Cad3DPoint |
getStartTangent()
Gets or sets the start tangent.
|
int |
getTypeName()
Gets the name of the type.
|
List<Double> |
getWeightParams()
Gets or sets the weight parameter
|
void |
setControlPoints(List<Cad3DPoint> value)
Gets or sets the control points.
|
void |
setControlPointsNumber(short value)
Gets or sets the control points number.
|
void |
setControlPointTolerance(double value)
Gets or sets the control point tolerance.
|
void |
setCurveDegree(short value)
Gets or sets the curve degree.
|
void |
setDegree(int value)
Gets or sets the degree.
|
void |
setEndTangent(Cad3DPoint value)
Gets or sets the end tangent.
|
void |
setFitPoints(List<Cad3DPoint> value)
Gets or sets the fit points.
|
void |
setFitPointsNumber(short value)
Gets or sets the fit points number.
|
void |
setFitTolerance(double value)
Gets or sets the fit tolerance.
|
void |
setKnotsNumber(short value)
Gets or sets the knots number.
|
void |
setKnotTolerance(double value)
Gets or sets the knot tolerance.
|
void |
setKnotValues(List<Double> value)
Gets or sets the knot values.
|
void |
setKnotWeight(List<Double> value)
Gets or sets the knot weight.
|
void |
setNormalVector(Cad3DPoint value)
Gets or sets the normal vector
|
void |
setPeriodirc(short value)
Gets or sets the periodic
|
void |
setRational(short value)
Gets or sets the rational
|
void |
setSplineFlag(short value)
Gets or sets the spline flag.
|
void |
setStartTangent(Cad3DPoint value)
Gets or sets the start tangent.
|
void |
setWeightParams(List<Double> value)
Gets or sets the weight parameter
|
getBounds, getChildObjects, getColorId, getColorName, getColorValue, getEntmode, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getMaterialHandle, getNumreactors, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getVisible, getXDirMissingFlag, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorId, setColorName, setColorValue, setEntmode, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setMaterialHandle, setNoLinks, setNumreactors, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlag
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadSpline()
Initializes a new instance of the CadSpline
class.
public final short getControlPointsNumber()
Gets or sets the control points number.
public final void setControlPointsNumber(short value)
Gets or sets the control points number.
value
- The control points number.public final short getKnotsNumber()
Gets or sets the knots number.
public final void setKnotsNumber(short value)
Gets or sets the knots number.
value
- The knots number.public int getTypeName()
Gets the name of the type.
getTypeName
in class CadBaseEntity
public final double getKnotTolerance()
Gets or sets the knot tolerance.
public final void setKnotTolerance(double value)
Gets or sets the knot tolerance.
value
- The knot tolerance.public final double getControlPointTolerance()
Gets or sets the control point tolerance.
public final void setControlPointTolerance(double value)
Gets or sets the control point tolerance.
value
- The control point tolerance.public final List<Cad3DPoint> getControlPoints()
Gets or sets the control points.
public final void setControlPoints(List<Cad3DPoint> value)
Gets or sets the control points.
value
- The control points.public final short getCurveDegree()
Gets or sets the curve degree.
public final void setCurveDegree(short value)
Gets or sets the curve degree.
value
- The curve degree.public final int getDegree()
Gets or sets the degree.
public final void setDegree(int value)
Gets or sets the degree.
public final Cad3DPoint getEndTangent()
Gets or sets the end tangent.
public final void setEndTangent(Cad3DPoint value)
Gets or sets the end tangent.
value
- The end tangent.public final List<Cad3DPoint> getFitPoints()
Gets or sets the fit points.
public final void setFitPoints(List<Cad3DPoint> value)
Gets or sets the fit points.
value
- The fit points.public final short getFitPointsNumber()
Gets or sets the fit points number.
public final void setFitPointsNumber(short value)
Gets or sets the fit points number.
value
- The fit points number.public final double getFitTolerance()
Gets or sets the fit tolerance.
public final void setFitTolerance(double value)
Gets or sets the fit tolerance.
value
- The fit tolerance.public final List<Double> getKnotValues()
Gets or sets the knot values.
public final void setKnotValues(List<Double> value)
Gets or sets the knot values.
value
- The knot values.public final short getPeriodirc()
Gets or sets the periodic
public final void setPeriodirc(short value)
Gets or sets the periodic
public final short getRational()
Gets or sets the rational
public final void setRational(short value)
Gets or sets the rational
public final short getSplineFlag()
Gets or sets the spline flag.
public final void setSplineFlag(short value)
Gets or sets the spline flag.
value
- The spline flag.public final Cad3DPoint getStartTangent()
Gets or sets the start tangent.
public final void setStartTangent(Cad3DPoint value)
Gets or sets the start tangent.
value
- The start tangent.public final List<Double> getWeightParams()
Gets or sets the weight parameter
public final void setWeightParams(List<Double> value)
Gets or sets the weight parameter
value
- The weight parameterpublic final Cad3DPoint getNormalVector()
Gets or sets the normal vector
public final void setNormalVector(Cad3DPoint value)
Gets or sets the normal vector
value
- The normal vector