public class CadHelix extends CadBaseEntity
Class describing CadHelix
Parameters_internalized, typeName_internalized
Constructor and Description |
---|
CadHelix()
Initializes a new instance of the
CadHelix class. |
Modifier and Type | Method and Description |
---|---|
void |
accept_internalized(com.aspose.imaging_internal.fileformats.cad.visitors.Visitor visitor)
Accepts the specified visitor.
|
List<PointF> |
getAxisPoints()
Gets or sets the axis points.
|
Cad3DPoint |
getAxisVector()
Gets or sets the axis vector.
|
int |
getConstrainType()
Gets or sets the type of the constrain.
|
int |
getHandedness()
Gets or sets a value indicating whether this
CadHelix is left or right handed. |
double |
getRadius()
Gets or sets the radius.
|
CadSpline |
getSplineObject()
Gets or sets the spline object.
|
Cad3DPoint |
getStartPoint()
Gets or sets the start point.
|
double |
getTurnLength()
Gets or sets the turn length.
|
double |
getTurnsNumber()
Gets or sets the turns number.
|
void |
setAxisPoints(List<PointF> value)
Gets or sets the axis points.
|
void |
setAxisVector(Cad3DPoint value)
Gets or sets the axis vector.
|
void |
setConstrainType(int value)
Gets or sets the type of the constrain.
|
void |
setHandedness(int value)
Gets or sets a value indicating whether this
CadHelix is left or right handed. |
void |
setRadius(double value)
Gets or sets the radius.
|
void |
setSplineObject(CadSpline value)
Gets or sets the spline object.
|
void |
setStartPoint(Cad3DPoint value)
Gets or sets the start point.
|
void |
setTurnLength(double value)
Gets or sets the turn length.
|
void |
setTurnsNumber(double value)
Gets or sets the turns number.
|
getChildObjects, getChildObjectsInternal_internalized, getColorId, getColorName, getColorValue, getLayerName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, mergeProperties_internalized, setChildObjects, setColorId, setColorName, setColorValue, setLayerName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setTypeName_internalized, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public List<PointF> getAxisPoints()
Gets or sets the axis points.
Value: The axis points.public void setAxisPoints(List<PointF> value)
Gets or sets the axis points.
Value: The axis points.public Cad3DPoint getAxisVector()
Gets or sets the axis vector.
Value: The axis vector.public void setAxisVector(Cad3DPoint value)
Gets or sets the axis vector.
Value: The axis vector.public int getConstrainType()
Gets or sets the type of the constrain.
Value: The type of the constrain.public void setConstrainType(int value)
Gets or sets the type of the constrain.
Value: The type of the constrain.public int getHandedness()
Gets or sets a value indicating whether this CadHelix
is left or right handed.
true
if left handed; otherwise, false
.public void setHandedness(int value)
Gets or sets a value indicating whether this CadHelix
is left or right handed.
true
if left handed; otherwise, false
.public double getRadius()
Gets or sets the radius.
Value: The radius.public void setRadius(double value)
Gets or sets the radius.
Value: The radius.public CadSpline getSplineObject()
Gets or sets the spline object.
public void setSplineObject(CadSpline value)
Gets or sets the spline object.
public Cad3DPoint getStartPoint()
Gets or sets the start point.
Value: The start point.public void setStartPoint(Cad3DPoint value)
Gets or sets the start point.
Value: The start point.public double getTurnLength()
Gets or sets the turn length.
public void setTurnLength(double value)
Gets or sets the turn length.
public double getTurnsNumber()
Gets or sets the turns number.
Value: The turns number.public void setTurnsNumber(double value)
Gets or sets the turns number.
Value: The turns number.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.