DgnArcBasedElement

Inheritance: java.lang.Object, DgnDrawingElementBaseQuaternion

Represents base class for arc-based elements

Methods

MethodDescription
getOrigin()Gets or sets Origin of ellipse
getPrimaryAxis()Gets or sets Primary axis length
getSecondaryAxis()Gets or sets Secondary axis length
getRotation()Gets or sets Counterclockwise rotation in degrees
getStartAngle()Gets or sets Start angle (degrees counterclockwise of primary axis)
getSweepAngle()Gets or sets Sweep angle (degrees)
getMinPoint()Gets the min point of object.
getMaxPoint()Gets the max point of object.

getOrigin()

public DgnPoint getOrigin()

Gets or sets Origin of ellipse

Returns: DgnPoint

getPrimaryAxis()

public double getPrimaryAxis()

Gets or sets Primary axis length

Returns: double

getSecondaryAxis()

public double getSecondaryAxis()

Gets or sets Secondary axis length

Returns: double

getRotation()

public double getRotation()

Gets or sets Counterclockwise rotation in degrees

Returns: double

getStartAngle()

public double getStartAngle()

Gets or sets Start angle (degrees counterclockwise of primary axis)

Returns: double

getSweepAngle()

public double getSweepAngle()

Gets or sets Sweep angle (degrees)

Returns: double

getMinPoint()

public Cad3DPoint getMinPoint()

Gets the min point of object.

Returns: Cad3DPoint - Min point of object.

getMaxPoint()

public Cad3DPoint getMaxPoint()

Gets the max point of object.

Returns: Cad3DPoint - Max point of object.