CadBoundaryPathCircularEllipse

All Implemented Interfaces: ICadBoundaryPathEntity

The Cad boundary path circular ellipse.

Constructors

ConstructorDescription
CadBoundaryPathCircularEllipse()

Methods

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

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

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

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.

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:

ParameterTypeDescription
valueshortThe counterclockwise flag.

toCadBaseEntity()

public final CadBaseEntity toCadBaseEntity()

Converet a boundary path entity to cad base entity.

Returns: CadBaseEntity - Cad base entity