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
)
Sub DrawViewportMeshes (
args As IGH_PreviewArgs
)
Parameters
- args
- Type: Grasshopper.KernelIGH_PreviewArgs
Draw operation arguments.
See Also