CadArc constructor
init
Initializes a new instance of the CadArc
class.
def __init__(self, center_point, radius, start_angle, end_angle):
...
Parameter | Type | Description |
---|---|---|
center_point | Cad3DPoint | Start point. |
radius | float | Radius. |
start_angle | float | Start angle. |
end_angle | float | End angle. |
Exceptions
Exception | Description |
---|---|
ArgumentNullException | Thrown when center point is null |
See Also
- module
aspose.cad.fileformats.cad.cadobjects
- class
CadArc