Model | |
| Name | Description | |
|---|---|---|
| CreateBox(Rect3D, Material) | Creates a 3D Box model from rect3D. | |
| CreateBox(Size3D, Material) | Creates a 3D Box model positioned at (0, 0, 0). | |
| CreateBox(Point3D, Size3D, Material) | Creates a 3D Box model at custom position. | |
| CreateBox(Point3D, Size3D, Int32, Int32, Int32, Material) | Creates a 3D Box model at custom position and with custom x, y and z cells count. |