|
BoxMesh3D Constructor |
Constructor
Namespace: Ab3d.MeshesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public BoxMesh3D(
Point3D centerPosition,
Size3D size,
int xSegments,
int ySegments,
int zSegments
)
Parameters
- centerPosition Point3D
- box center position
- size Size3D
- box size
- xSegments Int32
- number of segments in the x direction
- ySegments Int32
- number of segments in the y direction
- zSegments Int32
- number of segments in the z direction
See Also