CADability dotNET
Change the position of the plane. If currently displayed, the position will change in the view.

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

Syntax

C#
public void Set(
	Plane pln,
	double width,
	double height
)
Visual Basic
Public Sub Set ( _
	pln As Plane, _
	width As Double, _
	height As Double _
)
Visual C++
public:
void Set(
	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