CadXLine constructor

init

Initializes a new instance of the CadXLine class.

def __init__(self, first_point, unit_direction_vector):
    ...
ParameterTypeDescription
first_pointCad3DPointFirst point.
unit_direction_vectorCad3DPointUnit direction vector.

Exceptions

ExceptionDescription
ArgumentNullExceptionThrown when one of arguments is null

See Also