Click or drag to resize
AB4D logo

DirectedPyramidMesh3D Class

DirectedPyramidMesh3D class is used to create MeshGeometry3D that represents a 3D pyramid that is defined by the direction vector that goes from the center of the bottom rectangle to the top of the pyramid.
Inheritance Hierarchy
SystemObject
  Ab3d.MeshesDirectedPyramidMesh3D

Namespace: Ab3d.Meshes
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public class DirectedPyramidMesh3D : IMesh3D

The DirectedPyramidMesh3D type exposes the following members.

Constructors
 NameDescription
Public methodDirectedPyramidMesh3D Constructor
Top
Properties
 NameDescription
Public propertyCreatePolygonIndices Gets or sets a nullable Boolean that specifies if the created MeshGeometry3D will have PolygonIndices set to the PolygonIndicesProperty DependencyProperty. If this value is not set, then static CreatePolygonIndicesByDefault value is used. Default value is null.
Public propertyGeometry Gets the MeshGeometry3D that represents a 3D pyramid.
Top
See Also