public abstract class DgnArcBasedElement extends DgnDrawingElementBaseQuaternion
Represents base class for arc-based elements
| Modifier and Type | Method and Description |
|---|---|
Cad3DPoint |
getMaxPoint()
Gets the max point of object.
|
Cad3DPoint |
getMinPoint()
Gets the min point of object.
|
DgnPoint |
getOrigin()
Gets or sets Origin of ellipse
|
double |
getPrimaryAxis()
Gets or sets Primary axis length
|
double |
getRotation()
Gets or sets Counterclockwise rotation in degrees
|
double |
getSecondaryAxis()
Gets or sets Secondary axis length
|
double |
getStartAngle()
Gets or sets Start angle (degrees counterclockwise of primary axis)
|
double |
getSweepAngle()
Gets or sets Sweep angle (degrees)
|
getQuaternionRotationsgetMetadatapublic DgnPoint getOrigin()
Gets or sets Origin of ellipse
public double getPrimaryAxis()
Gets or sets Primary axis length
public double getSecondaryAxis()
Gets or sets Secondary axis length
public double getRotation()
Gets or sets Counterclockwise rotation in degrees
public double getStartAngle()
Gets or sets Start angle (degrees counterclockwise of primary axis)
public double getSweepAngle()
Gets or sets Sweep angle (degrees)
public Cad3DPoint getMinPoint()
Gets the min point of object.
getMinPoint in class DgnDrawingElementBasepublic Cad3DPoint getMaxPoint()
Gets the max point of object.
getMaxPoint in class DgnDrawingElementBase