CadLine.CadLine

CadLine()

Initializes a new instance of the CadLine class.

public CadLine()

See Also


CadLine(Cad3DPoint, Cad3DPoint)

Initializes a new instance of the CadLine class.

public CadLine(Cad3DPoint firstPoint, Cad3DPoint secondPoint)
ParameterTypeDescription
firstPointCad3DPointStart point.
secondPointCad3DPointEnd point.

Exceptions

exceptioncondition
ArgumentNullExceptionThrown when one of arguments is null

See Also