Click or drag to resize

IGH_PreviewObjectDrawViewportMeshes 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(
	IGH_PreviewArgs args
)

Parameters

args
Type: Grasshopper.KernelIGH_PreviewArgs
Draw operation arguments.
See Also