DisplayPipeline.DrawMeshShaded Method (Mesh, DisplayMaterial, Int32[])

DisplayPipelineDrawMeshShaded Method (Mesh, DisplayMaterial, Int32)

Draws the shaded faces of a given mesh.

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

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
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also