CadLine constructor

init

Initializes a new instance of the CadLine class.

def __init__(self, first_point, second_point):
    ...
ParameterTypeDescription
first_pointCad3DPointStart point.
second_pointCad3DPointEnd point.

Exceptions

ExceptionDescription
ArgumentNullExceptionThrown when one of arguments is null

See Also