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