Model |
public static GeometryModel3D CreateBox( Size3D size, Material material )
The CreateBox creates a 3D box where all sides have the same materials.
To create 3D Box at custom position use CreateBox(Point3D, Size3D, Material) method.
To creates a 3D box where each side of the box can have its own material use CreateMultiMaterialBox(Point3D, Size3D, Material, Material, Material, Material, Material, Material, Boolean).