Plane |
public class PlaneMesh3D : IMesh3D
The PlaneMesh3D type exposes the following members.
Name | Description | |
---|---|---|
PlaneMesh3D | Constructor |
Name | Description | |
---|---|---|
CreatePolygonIndices | 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. | |
Geometry | Gets the MeshGeometry3D that represents a 3D plane. | |
StandardPlaneMeshGeometry3D | 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. |
Name | Description | |
---|---|---|
AppendPlaneGeometry3D | Appends the plane geometry to the current geometry |