Click or drag to resize
AB4D logo

DirectedPyramidMesh3D Constructor

Constructor

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