CadXLine.CadXLine

CadXLine constructor

Initializes a new instance of the CadXLine class.

public CadXLine(Cad3DPoint firstPoint, Cad3DPoint unitDirectionVector)
ParameterTypeDescription
firstPointCad3DPointFirst point.
unitDirectionVectorCad3DPointUnit direction vector.

Exceptions

exceptioncondition
ArgumentNullExceptionThrown when one of arguments is null

See Also