Click or drag to resize

IGH_PreviewObjectDrawViewportWires Method

Implement this function to draw all wire and point geometry previews.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
void DrawViewportWires(
	IGH_PreviewArgs args
)

Parameters

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