CreateBox(double, double, double)

Create a box from (0, 0, 0) to (x, y, z).

Declaration Syntax

public IBox3D CreateBox(double x, double y, double z)

Parameters

x(double)

The size along the x axis.

y(double)

The size along the y axis.

z(double)

The size along the z axis.