| TriangulatorResult Properties | 
The TriangulatorResult type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | BoundingSphere | 
Gets the bounding sphere that encompasses the mesh.
 | 
|  | Indices | |
|  | Normals | 
Gets the normals of the mesh.  Every position in Positions has
corresponding normal.  Normals are commonly used for lighting.
 | 
|  | Positions | 
Gets the positions of the mesh.
 | 
|  | TriangleWindingOrder | 
Gets the orientation of front-facing triangles in the mesh.
 | 
 See Also
See Also