CadRay.CadRay

CadRay constructor

Initializes a new instance of the CadRay class.

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

Exceptions

exceptioncondition
ArgumentNullExceptionThrown when one of arguments is null

See Also