IBox3D IFactory3D.CreateBox(Double x, Double y, Double z)
Create a box from (0, 0, 0) to (x, y, z).
Examples
Parameters
-
x
Type: Double
The size along the x axis.
-
y
Type: Double
The size along the y axis.
-
z
Type: Double
The size along the z axis.
Return Value
Returns the box.