Click or drag to resize

DisplayPipelineDrawMeshShaded Method (Mesh, DisplayMaterial, Int32)

Draws the shaded faces of a given mesh.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void DrawMeshShaded(
	Mesh mesh,
	DisplayMaterial material,
	int[] faceIndices
)

Parameters

mesh
Type: Rhino.GeometryMesh
Mesh to draw.
material
Type: Rhino.DisplayDisplayMaterial
Material to draw faces with.
faceIndices
Type: SystemInt32
Indices of specific faces to draw
See Also