Click or drag to resize
AB4D logo

PlaneMesh3DStandardPlaneMeshGeometry3D Property

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.

Namespace: Ab3d.Meshes
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static MeshGeometry3D StandardPlaneMeshGeometry3D { get; }

Property Value

MeshGeometry3D
See Also