Click or drag to resize

ViewInfoSetConstructionPlane Method

Sets the view's construction plane, including its grid settings.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.35
Syntax
public void SetConstructionPlane(
	ConstructionPlane constructionPlane
)

Parameters

constructionPlane
Type: Rhino.DocObjectsConstructionPlane
The construction plane to store on the view.
See Also