MeshCreateFromBox Method (Box, Int32, Int32, Int32) |
Rhino 5 for Windows
Constructs new mesh that matches an aligned box.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic static Mesh CreateFromBox(
Box box,
int xCount,
int yCount,
int zCount
)
Public Shared Function CreateFromBox (
box As Box,
xCount As Integer,
yCount As Integer,
zCount As Integer
) As Mesh
Parameters
- box
- Type: Rhino.GeometryBox
Box to match. - xCount
- Type: SystemInt32
Number of faces in x-direction. - yCount
- Type: SystemInt32
Number of faces in y-direction. - zCount
- Type: SystemInt32
Number of faces in z-direction.
Return Value
Type:
Mesh[Missing <returns> documentation for "M:Rhino.Geometry.Mesh.CreateFromBox(Rhino.Geometry.Box,System.Int32,System.Int32,System.Int32)"]
See Also