public class CadSpline extends CadBaseExtrudedEntity
Class describing Cad SPLINE
Constructor and Description |
---|
CadSpline()
Initializes a new instance of the
CadSpline class. |
Modifier and Type | Method and Description |
---|---|
CadStringParameter |
getAttribute6()
Gets or sets the attribute6.
|
CadShortParameter |
getAttribute62()
Gets or sets the attribute62.
|
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.
|
CadShortParameter |
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<CadDoubleParameter> |
getKnotValues()
Gets or sets the knot values.
|
List<Double> |
getKnotWeight()
Gets or sets the knot weight.
|
com.aspose.cad.PointF |
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.
|
List<CadParameter> |
getWeightParams()
Gets or sets the weight parameter
|
void |
setAttribute6(CadStringParameter value)
Gets or sets the attribute6.
|
void |
setAttribute62(CadShortParameter value)
Gets or sets the attribute62.
|
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(CadShortParameter 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<CadDoubleParameter> value)
Gets or sets the knot values.
|
void |
setKnotWeight(List<Double> value)
Gets or sets the knot weight.
|
void |
setNormalVector(com.aspose.cad.PointF 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<CadParameter> value)
Gets or sets the weight parameter
|
getExtrusionDirection, setExtrusionDirection
getAttribute160, getAttribute348, getChildObjects, getColorId, getColorName, getColorValue, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, isColorIdSet, setAttribute160, setAttribute348, setChildObjects, setColorId, setColorName, setColorValue, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadShortParameter getAttribute62()
Gets or sets the attribute62.
public void setAttribute62(CadShortParameter value)
Gets or sets the attribute62.
value
- The attribute62.public CadStringParameter getAttribute6()
Gets or sets the attribute6.
public void setAttribute6(CadStringParameter value)
Gets or sets the attribute6.
value
- The attribute6.public double getKnotTolerance()
Gets or sets the knot tolerance.
public void setKnotTolerance(double value)
Gets or sets the knot tolerance.
value
- The knot tolerance.public double getControlPointTolerance()
Gets or sets the control point tolerance.
public void setControlPointTolerance(double value)
Gets or sets the control point tolerance.
value
- The control point tolerance.public List<Cad3DPoint> getControlPoints()
Gets or sets the control points.
public void setControlPoints(List<Cad3DPoint> value)
Gets or sets the control points.
value
- The control points.public short getControlPointsNumber()
Gets or sets the control points number.
public void setControlPointsNumber(short value)
Gets or sets the control points number.
value
- The control points number.public short getCurveDegree()
Gets or sets the curve degree.
public void setCurveDegree(short value)
Gets or sets the curve degree.
value
- The curve degree.public int getDegree()
Gets or sets the degree.
public void setDegree(int value)
Gets or sets the degree.
public Cad3DPoint getEndTangent()
Gets or sets the end tangent.
public void setEndTangent(Cad3DPoint value)
Gets or sets the end tangent.
value
- The end tangent.public List<Cad3DPoint> getFitPoints()
Gets or sets the fit points.
public void setFitPoints(List<Cad3DPoint> value)
Gets or sets the fit points.
value
- The fit points.public CadShortParameter getFitPointsNumber()
Gets or sets the fit points number.
public void setFitPointsNumber(CadShortParameter value)
Gets or sets the fit points number.
value
- The fit points number.public double getFitTolerance()
Gets or sets the fit tolerance.
public void setFitTolerance(double value)
Gets or sets the fit tolerance.
value
- The fit tolerance.public List<CadDoubleParameter> getKnotValues()
Gets or sets the knot values.
public void setKnotValues(List<CadDoubleParameter> value)
Gets or sets the knot values.
value
- The knot values.public short getKnotsNumber()
Gets or sets the knots number.
public void setKnotsNumber(short value)
Gets or sets the knots number.
value
- The knots number.public com.aspose.cad.PointF getNormalVector()
Gets or sets the normal vector.
public void setNormalVector(com.aspose.cad.PointF value)
Gets or sets the normal vector.
value
- The normal vector.public short getPeriodirc()
Gets or sets the periodic
public void setPeriodirc(short value)
Gets or sets the periodic
public short getRational()
Gets or sets the rational
public void setRational(short value)
Gets or sets the rational
public short getSplineFlag()
Gets or sets the spline flag.
public void setSplineFlag(short value)
Gets or sets the spline flag.
value
- The spline flag.public Cad3DPoint getStartTangent()
Gets or sets the start tangent.
public void setStartTangent(Cad3DPoint value)
Gets or sets the start tangent.
value
- The start tangent.public List<CadParameter> getWeightParams()
Gets or sets the weight parameter
public void setWeightParams(List<CadParameter> value)
Gets or sets the weight parameter
value
- The weight parameter