Click or drag to resize

BoxRepositionBasePlane Method

Repositions the origin of the Base plane for this box without affecting the physical dimensions.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void RepositionBasePlane(
	Point3d origin
)

Parameters

origin
Type: Rhino.GeometryPoint3d
The new base plane origin.
See Also