Solid.CreateBox Method

Creates a Box primitive.
Public Shared Function CreateBox( _ 
ByVal width As Double, _ 
ByVal depth As Double, _ 
ByVal height As Double
) As Solid
This language is not supported or no code example is available.
public static Solid CreateBox( 
double width
double depth
double height 
)
This language is not supported or no code example is available.

Parameters

width
double

Size in X direction

depth
double

Size in Y direction

height
double

Size in Z direction

Return Value

Solid

The created solid.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition