Class DgnCircle

DgnCircle class

Represents circle

public class DgnCircle : DgnArcBasedElement

Constructors

NameDescription
DgnCircle(DgnPoint, double, DgnQuaternion)Initializes a new instance of the DgnCircle class.

Properties

NameDescription
Center { get; }Gets center point of circle
virtual Childs { get; }
virtual Id { get; }
override MaxPoint { get; }Gets the max point of object.
Metadata { get; }Gets element metadata
override MinPoint { get; }Gets the min point of object.
Origin { get; }Gets or sets Origin of ellipse
PrimaryAxis { get; }Gets or sets Primary axis length
QuaternionRotations { get; }Gets or sets
Radius { get; }Gets radius of circle
Rotation { get; }Gets or sets Counterclockwise rotation in degrees
SecondaryAxis { get; }Gets or sets Secondary axis length
StartAngle { get; }Gets or sets Start angle (degrees counterclockwise of primary axis)
SweepAngle { get; }Gets or sets Sweep angle (degrees)

See Also