CADability dotNET
Constructs a feedback plane. The plane will usually be modified according to the user action (e.g. mouse movement)

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

Syntax

C#
public FeedBackPlane(
	Plane pln,
	double width,
	double height
)
Visual Basic
Public Sub New ( _
	pln As Plane, _
	width As Double, _
	height As Double _
)
Visual C++
public:
FeedBackPlane(
	Plane pln, 
	double width, 
	double height
)

Parameters

pln
Type: CADability..::..Plane
The plane position (center)
width
Type: System..::..Double
Width of the section beeing displayed
height
Type: System..::..Double
Height of the plane

See Also