Lathe |
The LatheMesh3D type exposes the following members.
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 cone. | |
StartAngleVector3D | Gets or sets a Vector3D that is used to define the direction in which the segment with StartAngle is facing. This is used as the X axis for the base lathe geometry; the Y axis is defined by calculating a perpendicular vector to StartAngleVector3D and the lathe direction (= endPosition - startPosition). When StartAngleVector3D is null (by default), then MathUtils.GetPerpendicularVectors method is used to calculate the X and Y axes. |