CadPoint
Contents
[
Hide
]Inheritance: java.lang.Object, CadCircle
Class describing Cad Point
Constructors
| Constructor | Description |
|---|---|
| CadPoint() | Initializes a new instance of the CadPoint class. |
Methods
| Method | Description |
|---|---|
| getTypeName() | Gets the name of the type. |
| getExtrusionDirection() | Gets or sets the extrusion direction. |
| setExtrusionDirection(Cad3DPoint value) | Gets or sets the extrusion direction. |
| getPointLocation() | Gets or sets the point location. |
| setPointLocation(Cad3DPoint value) | Gets or sets the point location. |
| getStartAngle() | Gets or sets angle XAxis. |
| setStartAngle(double value) | Gets or sets angle XAxis. |
CadPoint()
public CadPoint()
Initializes a new instance of the CadPoint class.
getTypeName()
public int getTypeName()
Gets the name of the type.
Returns: int - The name of the type.
getExtrusionDirection()
public Cad3DPoint getExtrusionDirection()
Gets or sets the extrusion direction.
Returns: Cad3DPoint
setExtrusionDirection(Cad3DPoint value)
public void setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
getPointLocation()
public final Cad3DPoint getPointLocation()
Gets or sets the point location.
Returns: Cad3DPoint - The Point location.
setPointLocation(Cad3DPoint value)
public final void setPointLocation(Cad3DPoint value)
Gets or sets the point location.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Cad3DPoint | The Point location. |
getStartAngle()
public final double getStartAngle()
Gets or sets angle XAxis.
Returns: double - The angle X axis
setStartAngle(double value)
public final void setStartAngle(double value)
Gets or sets angle XAxis.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | The angle X axis |