Click or drag to resize
AB4D logo

BoxMesh3D Constructor

Constructor

Namespace: Ab3d.Meshes
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
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