CADability dotNET
Sets the given plane as a basis for the calculation of the distance or length. The calculated length is the distance of the mouseposition from this plane.

Namespace: CADability.Actions
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public void SetDistanceFromPlane(
	Plane p
)
Visual Basic
Public Sub SetDistanceFromPlane ( _
	p As Plane _
)
Visual C++
public:
void SetDistanceFromPlane(
	Plane p
)

Parameters

p
Type: CADability..::..Plane
the plane

See Also