CADability dotNET
Sets the given plane as a basis for the calculation of the angle. The calculated angle is the angle of the mouseposition relative to the X-axis of this plane.

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

Syntax

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

Parameters

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

See Also