CadLine constructor
init
Initializes a new instance of the CadLine class.
def __init__(self, first_point, second_point):
...
| Parameter | Type | Description |
|---|---|---|
| first_point | Cad3DPoint | Start point. |
| second_point | Cad3DPoint | End point. |
Exceptions
| Exception | Description |
|---|---|
| ArgumentNullException | Thrown when one of arguments is null |
See Also
- module
aspose.cad.fileformats.cad.cadobjects - class
CadLine