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() |
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) |
void |
setAxisVector(Cad3DPoint value) |
void |
setConstrainType(int value) |
void |
setHandedness(int value) |
void |
setRadius(double value) |
void |
setSplineObject(CadSpline value) |
void |
setStartPoint(Cad3DPoint value) |
void |
setTurnLength(double value) |
void |
setTurnsNumber(double value) |
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, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, removeParameter_internalized, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public Cad3DPoint getAxisVector()
Gets or sets the axis vector.
Value: The axis vector.public void setAxisVector(Cad3DPoint value)
public int getConstrainType()
Gets or sets the type of the constrain.
Value: The type of the constrain.public void setConstrainType(int value)
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)
public double getRadius()
Gets or sets the radius.
Value: The radius.public void setRadius(double value)
public CadSpline getSplineObject()
Gets or sets the spline object.
public void setSplineObject(CadSpline value)
public Cad3DPoint getStartPoint()
Gets or sets the start point.
Value: The start point.public void setStartPoint(Cad3DPoint value)
public double getTurnLength()
Gets or sets the turn length.
public void setTurnLength(double value)
public double getTurnsNumber()
Gets or sets the turns number.
Value: The turns number.public void setTurnsNumber(double 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.