Grasshopper API
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)

void DrawViewportMeshes( GH_PreviewMeshArgs args )
Sub DrawViewportMeshes ( args As GH_PreviewMeshArgs )
Parameters
- args
- Type: Grasshopper.KernelGH_PreviewMeshArgs
Drawing arguments.
