Class DgnCircle
Contents
[
Hide
]DgnCircle class
Represents circle
public class DgnCircle : DgnArcBasedElement
Constructors
| Name | Description |
|---|---|
| DgnCircle(DgnPoint, double, DgnQuaternion) | Initializes a new instance of the DgnCircle class. |
Properties
| Name | Description |
|---|---|
| Center { get; } | Gets center point of circle |
| 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
- class DgnArcBasedElement
- namespace Aspose.CAD.FileFormats.Dgn
- assembly Aspose.CAD