CadBoundaryPathCircularEllipse
All Implemented Interfaces: ICadBoundaryPathEntity
The Cad boundary path circular ellipse.
Constructors
| Constructor | Description |
|---|---|
| CadBoundaryPathCircularEllipse() |
Methods
| Method | Description |
|---|---|
| getCenterPoint() | Gets or sets the centerPoint. |
| setCenterPoint(Point2D value) | Gets or sets the centerPoint. |
| getMajorEndPoint() | Gets or sets the majour end point. |
| setMajorEndPoint(Point2D value) | Gets or sets the majour end point. |
| getAxisRatio() | Gets or sets the radius. |
| setAxisRatio(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. |
| getCounterclockwiseFlag() | Gets or sets the counterclockwise flag. |
| setCounterclockwiseFlag(short value) | Gets or sets the counterclockwise flag. |
| toCadBaseEntity() | Converet a boundary path entity to cad base entity. |
CadBoundaryPathCircularEllipse()
public CadBoundaryPathCircularEllipse()
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. |
getMajorEndPoint()
public final Point2D getMajorEndPoint()
Gets or sets the majour end point.
Returns: Point2D - The majour end point.
setMajorEndPoint(Point2D value)
public final void setMajorEndPoint(Point2D value)
Gets or sets the majour end point.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Point2D | The majour end point. |
getAxisRatio()
public final double getAxisRatio()
Gets or sets the radius.
Returns: double - The radius.
setAxisRatio(double value)
public final void setAxisRatio(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. |
getCounterclockwiseFlag()
public final short getCounterclockwiseFlag()
Gets or sets the counterclockwise flag.
Returns: short - The counterclockwise flag.
setCounterclockwiseFlag(short value)
public final void setCounterclockwiseFlag(short value)
Gets or sets the counterclockwise flag.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The counterclockwise flag. |
toCadBaseEntity()
public final CadBaseEntity toCadBaseEntity()
Converet a boundary path entity to cad base entity.
Returns: CadBaseEntity - Cad base entity