Mesh.CreateFromBox Method

MeshCreateFromBox Method

Overload List
  NameDescription
Public methodStatic memberCreateFromBox(BoundingBox, Int32, Int32, Int32)
Constructs new mesh that matches a bounding box.
Public methodStatic memberCreateFromBox(Box, Int32, Int32, Int32)
Constructs new mesh that matches an aligned box.
Public methodStatic memberCreateFromBox(IEnumerablePoint3d, Int32, Int32, Int32)
Constructs new mesh from 8 corner points.
Top
See Also