CadBoundaryPathCircularArc

All Implemented Interfaces: ICadBoundaryPathEntity

The Cad boundary path circular arc.

Constructors

ConstructorDescription
CadBoundaryPathCircularArc()

Methods

MethodDescription
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:

ParameterTypeDescription
valuePoint2DThe 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:

ParameterTypeDescription
valuedoubleThe 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:

ParameterTypeDescription
valuedoubleThe 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:

ParameterTypeDescription
valuedoubleEnd 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:

ParameterTypeDescription
valueshortThe counter clockwize.

toCadBaseEntity()

public final CadBaseEntity toCadBaseEntity()

Converet a boundary path entity to cad base entity.

Returns: CadBaseEntity - Cad base entity