public class CadSpline extends CadBaseExtrudedEntity
Class describing Cad SPLINE
Parameters_internalized, typeName_internalized
Constructor and Description |
---|
CadSpline()
Initializes a new instance of the
CadSpline class. |
Modifier and Type | Method and Description |
---|---|
void |
accept_internalized(com.aspose.imaging_internal.fileformats.cad.visitors.Visitor visitor)
Accepts the specified visitor.
|
List<Cad3DPoint> |
getControlPoints() |
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() |
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.
|
float |
getKnotTolerance()
Gets or sets the knot tolerance.
|
List<CadDoubleParameter> |
getKnotValues() |
List<Double> |
getKnotWeight() |
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> |
getWeightParam() |
void |
setControlPoints(List<Cad3DPoint> value) |
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) |
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(float value)
Gets or sets the knot tolerance.
|
void |
setKnotValues(List<CadDoubleParameter> value) |
void |
setKnotWeight(List<Double> value) |
void |
setNormalVector(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 |
setWeightParam(List<CadParameter> value) |
getExtrusionDirection, mergeProperties_internalized, setExtrusionDirection
getChildObjects, getChildObjectsInternal_internalized, getColorId, getColorName, getColorValue, getLayerName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, setChildObjects, setColorId, setColorName, setColorValue, setLayerName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setTypeName, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, removeParameter_internalized, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public double getControlPointTolerance()
Gets or sets the control point tolerance.
Value: 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()
public void setControlPoints(List<Cad3DPoint> value)
public short getControlPointsNumber()
Gets or sets the control points number.
Value: 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.
Value: 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.
Value: The end tangent.public void setEndTangent(Cad3DPoint value)
Gets or sets the end tangent.
Value: The end tangent.public List<Cad3DPoint> getFitPoints()
public void setFitPoints(List<Cad3DPoint> value)
public short getFitPointsNumber()
Gets or sets the fit points number.
Value: The fit points number.public void setFitPointsNumber(short value)
Gets or sets the fit points number.
Value: The fit points number.public double getFitTolerance()
Gets or sets the fit tolerance.
Value: The fit tolerance.public void setFitTolerance(double value)
Gets or sets the fit tolerance.
Value: The fit tolerance.public float getKnotTolerance()
Gets or sets the knot tolerance.
Value: The knot tolerance.public void setKnotTolerance(float value)
Gets or sets the knot tolerance.
Value: The knot tolerance.public List<CadDoubleParameter> getKnotValues()
public void setKnotValues(List<CadDoubleParameter> value)
public short getKnotsNumber()
Gets or sets the knots number.
Value: The knots number.public void setKnotsNumber(short value)
Gets or sets the knots number.
Value: The knots number.public PointF getNormalVector()
Gets or sets the normal vector.
Value: The normal vector.public void setNormalVector(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.
Value: 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.
Value: The start tangent.public void setStartTangent(Cad3DPoint value)
Gets or sets the start tangent.
Value: The start tangent.public List<CadParameter> getWeightParam()
public void setWeightParam(List<CadParameter> value)
public void accept_internalized(com.aspose.imaging_internal.fileformats.cad.visitors.Visitor visitor)
Accepts the specified visitor.
accept_internalized
in class CadBase
visitor
- The visitor.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.