IGH_PreviewData.DrawViewportWires Method

IGH_PreviewDataDrawViewportWires 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
)
Sub DrawViewportWires ( 
	args As GH_PreviewWireArgs
)

Parameters

args
Type: Grasshopper.KernelGH_PreviewWireArgs
Drawing arguments.
See Also