|
PyramidMesh3D Constructor |
Constructor
Namespace: Ab3d.MeshesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax 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