Click or drag to resize
AB4D logo

PlaneMesh3D Class

PlaneMesh3D class is used to create MeshGeometry3D that represents a 3D plane.
Inheritance Hierarchy
SystemObject
  Ab3d.MeshesPlaneMesh3D

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

The PlaneMesh3D type exposes the following members.

Constructors
 NameDescription
Public methodPlaneMesh3D 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 plane.
Public propertyStatic memberStandardPlaneMeshGeometry3D Gets a MeshGeometry3D that represents a standard plane mesh geometry with CenterPosition (0,0,0); PlaneNormal (0,0,1); PlaneHeightDirection (0, 1, 0); Size (1, 1) and 1 width and height cell. This MeshGeometry3D is frozen and can be used by multiple GeometryModel3D objects on any thread.
Top
Methods
 NameDescription
Public methodAppendPlaneGeometry3D Appends the plane geometry to the current geometry
Top
See Also