  | 
BoxMesh3D Constructor | 
            Constructor
            
Namespace: Ab3d.MeshesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
Syntaxpublic 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