Grasshopper API
GH_ComponentDrawViewportWires Method |
Draw preview wires for this component and all associated parameters.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public virtual void DrawViewportWires( IGH_PreviewArgs args )
Public Overridable Sub DrawViewportWires ( args As IGH_PreviewArgs )
Parameters
- args
- Type: Grasshopper.KernelIGH_PreviewArgs
Display data used during preview drawing.
Implements
IGH_PreviewObjectDrawViewportWires(IGH_PreviewArgs)