Click or drag to resize

IGH_PreviewDataDrawViewportMeshes Method

Implement this function to draw all shaded meshes. If the viewport does not support shading, this function will not be called.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
void DrawViewportMeshes(
	GH_PreviewMeshArgs args
)

Parameters

args
Type: Grasshopper.KernelGH_PreviewMeshArgs
Drawing arguments.
See Also