Brep.CreateBox Method

Creates a box primitive.
Public Shared Function CreateBox( _ 
ByVal width As Double, _ 
ByVal depth As Double, _ 
ByVal height As Double, _ 
Optional ByVal tolerance As Double = REBUILD_FACTOR _ 
) As Brep
This language is not supported or no code example is available.
public static Brep CreateBox( 
double width
double depth
double height
double tolerance = REBUILD_FACTOR 
)
This language is not supported or no code example is available.

Parameters

width
double

Box's width

depth
double

Box's depth

height
double

Box's height

tolerance
double

the regeneration tolerance

Return Value

Brep

The resulting Brep object.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition