Click or drag to resize

GH_ComponentDrawViewportWires Method

Draw preview wires for this component and all associated parameters.

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

Parameters

args
Type: Grasshopper.KernelIGH_PreviewArgs
Display data used during preview drawing.

Implements

IGH_PreviewObjectDrawViewportWires(IGH_PreviewArgs)
See Also