M_Rhino_Geometry_Box_RepositionBasePlane - mcneel/rhinocommon-api-docs GitHub Wiki

Box.RepositionBasePlane Method

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

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public void RepositionBasePlane(
	Point3d origin
)

VB

Public Sub RepositionBasePlane ( 
	origin As Point3d
)

Parameters

 

origin
Type: Rhino.Geometry.Point3d
The new base plane origin.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Box Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️