DgnCircle class

DgnCircle class

Represents circle

Inheritance: DgnCircleDgnArcBasedElementDgnDrawingElementBaseQuaternionDgnDrawingElementBaseDgnElement

The DgnCircle type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the DgnCircle class.

Properties

PropertyDescription
metadataGets element metadata
min_pointGets the min point of object.
max_pointGets the max point of object.
quaternion_rotationsGets or sets
originGets or sets Origin of ellipse
primary_axisGets or sets Primary axis length
secondary_axisGets or sets Secondary axis length
rotationGets or sets Counterclockwise rotation in degrees
start_angleGets or sets Start angle (degrees counterclockwise of primary axis)
sweep_angleGets or sets Sweep angle (degrees)
centerGets center point of circle
radiusGets radius of circle

See Also