IBox3D
IFactory3D
.CreateBox(
Double
x,
Double
y,
Double
z)
Create a box from (0, 0, 0) to (x, y, z).
Remarks
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
Type:
IBox3D
Returns the box.