public class CadHelix extends CadBaseEntity
Class describing CadHelix
Constructor and Description |
---|
CadHelix()
Initializes a new instance of the
CadHelix class. |
Modifier and Type | Method and Description |
---|---|
Cad3DPoint |
getAxisBasePoint()
Gets or sets the axis base point.
|
List<com.aspose.cad.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. |
int |
getMaintainanceReleaseNumber()
Gets or sets the maintainance release number.
|
int |
getMajorReleaseNumber()
Gets or sets the major release number.
|
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.
|
int |
getTypeName()
Gets the name of the type.
|
void |
setAxisBasePoint(Cad3DPoint value)
Gets or sets the axis base point.
|
void |
setAxisPoints(List<com.aspose.cad.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 |
setMaintainanceReleaseNumber(int value)
Gets or sets the maintainance release number.
|
void |
setMajorReleaseNumber(int value)
Gets or sets the major release number.
|
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.
|
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 CadHelix()
Initializes a new instance of the CadHelix
class.
public int getTypeName()
Gets the name of the type.
getTypeName
in class CadBaseEntity
public final List<com.aspose.cad.PointF> getAxisPoints()
Gets or sets the axis points.
public final void setAxisPoints(List<com.aspose.cad.PointF> value)
Gets or sets the axis points.
value
- The axis points.public final Cad3DPoint getAxisVector()
Gets or sets the axis vector.
public final void setAxisVector(Cad3DPoint value)
Gets or sets the axis vector.
value
- The axis vector.public final int getConstrainType()
Gets or sets the type of the constrain.
public final void setConstrainType(int value)
Gets or sets the type of the constrain.
value
- The type of the constrain.public final int getHandedness()
Gets or sets a value indicating whether this CadHelix
is left or right handed.
true
if left handed; otherwise, false
.public final void setHandedness(int value)
Gets or sets a value indicating whether this CadHelix
is left or right handed.
value
- true
if left handed; otherwise, false
.public final double getRadius()
Gets or sets the radius.
public final void setRadius(double value)
Gets or sets the radius.
value
- The radius.public final CadSpline getSplineObject()
Gets or sets the spline object.
public final void setSplineObject(CadSpline value)
Gets or sets the spline object.
public final Cad3DPoint getStartPoint()
Gets or sets the start point.
public final void setStartPoint(Cad3DPoint value)
Gets or sets the start point.
value
- The start point.public final double getTurnLength()
Gets or sets the turn length.
public final void setTurnLength(double value)
Gets or sets the turn length.
public final double getTurnsNumber()
Gets or sets the turns number.
public final void setTurnsNumber(double value)
Gets or sets the turns number.
value
- The turns number.public final int getMaintainanceReleaseNumber()
Gets or sets the maintainance release number.
public final void setMaintainanceReleaseNumber(int value)
Gets or sets the maintainance release number.
value
- The maintainance release number.public final int getMajorReleaseNumber()
Gets or sets the major release number.
public final void setMajorReleaseNumber(int value)
Gets or sets the major release number.
value
- The major release number.public final Cad3DPoint getAxisBasePoint()
Gets or sets the axis base point.
public final void setAxisBasePoint(Cad3DPoint value)
Gets or sets the axis base point.
value
- The axis base point.