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
)
Public Sub RepositionBasePlane (
origin As Point3d
)
Parameters
- origin
- Type: Rhino.GeometryPoint3d
The new base plane origin.
See Also