Click or drag to resize

IGH_PreviewObject.DrawViewportWires 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.Kernel.IGH_PreviewArgs
Draw operation arguments.
See Also