Click or drag to resize

IGH_PreviewData.DrawViewportWires Method

Implement this function to draw all wire and point previews.

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

Parameters

args
Type: Grasshopper.Kernel.GH_PreviewWireArgs
Drawing arguments.
See Also