public class CadBoundaryPathCircularArc extends Object implements ICadBoundaryPathEntity
The Cad boundary path circular arc.
| Constructor and Description |
|---|
CadBoundaryPathCircularArc() |
| Modifier and Type | Method and Description |
|---|---|
Point2D |
getCenterPoint()
Gets or sets the centerPoint.
|
short |
getCounterClockwize()
Gets or sets the counter clockwize.
|
double |
getEndAngle()
Gets or sets the End angle.
|
double |
getRadius()
Gets or sets the radius.
|
double |
getStartAngle()
Gets or sets Start angle.
|
void |
setCenterPoint(Point2D value)
Gets or sets the centerPoint.
|
void |
setCounterClockwize(short value)
Gets or sets the counter clockwize.
|
void |
setEndAngle(double value)
Gets or sets the End angle.
|
void |
setRadius(double value)
Gets or sets the radius.
|
void |
setStartAngle(double value)
Gets or sets Start angle.
|
CadBaseEntity |
toCadBaseEntity()
Converet a boundary path entity to cad base entity.
|
public final Point2D getCenterPoint()
Gets or sets the centerPoint.
public final void setCenterPoint(Point2D value)
Gets or sets the centerPoint.
value - The centerPoint.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 double getStartAngle()
Gets or sets Start angle.
public final void setStartAngle(double value)
Gets or sets Start angle.
value - The Start anglepublic final double getEndAngle()
Gets or sets the End angle.
public final void setEndAngle(double value)
Gets or sets the End angle.
value - End angle.public final short getCounterClockwize()
Gets or sets the counter clockwize.
public final void setCounterClockwize(short value)
Gets or sets the counter clockwize.
value - The counter clockwize.public final CadBaseEntity toCadBaseEntity()
Converet a boundary path entity to cad base entity.
toCadBaseEntity in interface ICadBoundaryPathEntity