Arc Constructor |
| Name | Description | |
|---|---|---|
| Arc | Default constructor for the Arc class. Constructs an arc with a start and end angle set to 0.0 (radians). | |
| Arc(IntPtr, Boolean) | Initializes a new instance of the Arc class | |
| Arc(Point3d, Double, Double, Double) | Constructor for the Arc class. Constructs an arc with the specified center, radius, and start and end angles. | |
| Arc(Point3d, Vector3d, Double, Double, Double) | Constructor for the Arc class. Constructs an arc with the specified center, radius, and start and end angles. |