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