CadBoundaryPathCircularArc
Contents
[
Hide
]All Implemented Interfaces: ICadBoundaryPathEntity
The Cad boundary path circular arc.
Constructors
| Constructor | Description |
|---|---|
| CadBoundaryPathCircularArc() |
Methods
| Method | Description |
|---|---|
| getCenterPoint() | Gets or sets the centerPoint. |
| setCenterPoint(Point2D value) | Gets or sets the centerPoint. |
| getRadius() | Gets or sets the radius. |
| setRadius(double value) | Gets or sets the radius. |
| getStartAngle() | Gets or sets Start angle. |
| setStartAngle(double value) | Gets or sets Start angle. |
| getEndAngle() | Gets or sets the End angle. |
| setEndAngle(double value) | Gets or sets the End angle. |
| getCounterClockwize() | Gets or sets the counter clockwize. |
| setCounterClockwize(short value) | Gets or sets the counter clockwize. |
| toCadBaseEntity() | Converet a boundary path entity to cad base entity. |
CadBoundaryPathCircularArc()
public CadBoundaryPathCircularArc()
getCenterPoint()
public final Point2D getCenterPoint()
Gets or sets the centerPoint.
Returns: Point2D - The centerPoint.
setCenterPoint(Point2D value)
public final void setCenterPoint(Point2D value)
Gets or sets the centerPoint.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Point2D | The centerPoint. |
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. |
getStartAngle()
public final double getStartAngle()
Gets or sets Start angle.
Returns: double - The Start angle
setStartAngle(double value)
public final void setStartAngle(double value)
Gets or sets Start angle.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | The Start angle |
getEndAngle()
public final double getEndAngle()
Gets or sets the End angle.
Returns: double - End angle.
setEndAngle(double value)
public final void setEndAngle(double value)
Gets or sets the End angle.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | End angle. |
getCounterClockwize()
public final short getCounterClockwize()
Gets or sets the counter clockwize.
Returns: short - The counter clockwize.
setCounterClockwize(short value)
public final void setCounterClockwize(short value)
Gets or sets the counter clockwize.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The counter clockwize. |
toCadBaseEntity()
public final CadBaseEntity toCadBaseEntity()
Converet a boundary path entity to cad base entity.
Returns: CadBaseEntity - Cad base entity