Trapezoid |
public class TrapezoidMesh3D : IMesh3D
The TrapezoidMesh3D type exposes the following members.
Name | Description | |
---|---|---|
TrapezoidMesh3D(Point3D, Size, Point3D, Size) | Constructor with default values for sizeWidthVector3D and sizeHeightVector3D to create an upright trapezoid. | |
TrapezoidMesh3D(Point3D, Size, Point3D, Size, Vector3D, Vector3D) | 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 trapezoid. |