Click or drag to resize

StatusBarSetPointPane Method

Sets the point pane to a point value.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static void SetPointPane(
	Point3d point
)

Parameters

point
Type: Rhino.GeometryPoint3d
The point value.
See Also