Click or drag to resize

BrepCreateFromBox Method (Box)

Constructs new brep that matches an aligned box.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static Brep CreateFromBox(
	Box box
)

Parameters

box
Type: Rhino.GeometryBox
Box to match.

Return Value

Type: Brep
A Brep with 6 faces that is similar to the Box.
See Also