Click or drag to resize
AB4D logo

Model3DFactoryCreatePyramid(Point3D, Size3D, Material) Method

Creates a 3D Pyramid model at custom position.

Namespace: Ab3d.Models
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static GeometryModel3D CreatePyramid(
	Point3D bottomCenterPosition,
	Size3D size,
	Material material
)

Parameters

bottomCenterPosition  Point3D
center position of the bottom rectangle that defines the pyramid
size  Size3D
size of pyramid
material  Material
material

Return Value

GeometryModel3D
3D Pyramid model as GeometryModel3D
See Also