M_Rhino_Geometry_Brep_CreateFromBox_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Brep.CreateFromBox Method (Box)

Constructs new brep that matches an aligned box.

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

Syntax

C#

public static Brep CreateFromBox(
	Box box
)

VB

Public Shared Function CreateFromBox ( 
	box As Box
) As Brep

Parameters

 

box
Type: Rhino.Geometry.Box
Box to match.

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Brep Class
CreateFromBox Overload
Rhino.Geometry Namespace

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