IGH_PreviewObject.DrawViewportWires Method

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

Parameters

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