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