Click or drag to resize
AB4D logo

PyramidMesh3D Constructor

Constructor

Namespace: Ab3d.Meshes
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public PyramidMesh3D(
	Point3D bottomCenterPosition,
	Size3D size
)

Parameters

bottomCenterPosition  Point3D
center position of the bottom rectangle that defines the pyramid
size  Size3D
size of pyramid as Size3D
See Also