|
DirectedPyramidMesh3D Constructor |
Constructor
Namespace: Ab3d.MeshesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public DirectedPyramidMesh3D(
Point3D bottomCenterPosition,
Vector3D direction,
Size bottomSize
)
Parameters
- bottomCenterPosition Point3D
- bottom center position
- direction Vector3D
- direction (also defines the height of the pyramid)
- bottomSize Size
- bottom size
See Also