DisplayPipelineDrawMeshShaded Method (Mesh, DisplayMaterial, IEnumerableInt32) |
Draws the shaded faces of a given mesh.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.20
Syntaxpublic void DrawMeshShaded(
Mesh mesh,
DisplayMaterial material,
IEnumerable<int> faceIndices
)
Public Sub DrawMeshShaded (
mesh As Mesh,
material As DisplayMaterial,
faceIndices As IEnumerable(Of Integer)
)
Parameters
- mesh
- Type: Rhino.GeometryMesh
Mesh to draw. - material
- Type: Rhino.DisplayDisplayMaterial
Material to draw faces with. - faceIndices
- Type: System.Collections.GenericIEnumerableInt32
An enumeration of the indices of specific faces to draw.
See Also