Click or drag to resize
AB4D logo

Model3DFactoryCreatePyramid(Size3D, Material) Method

Creates a 3D Pyramid model positioned at (0, 0, 0).

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

Parameters

size  Size3D
size of pyramid
material  Material
material

Return Value

GeometryModel3D
3D Pyramid model as GeometryModel3D
Remarks

To create 3D Pyramid at custom position use CreatePyramid(Point3D, Size3D, Material) method.

See Also