IGH_PreviewObject.DrawViewportWires Method |
Implement this function to draw all wire and point geometry previews.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxvoid DrawViewportWires(
IGH_PreviewArgs args
)
Sub DrawViewportWires (
args As IGH_PreviewArgs
)
Parameters
- args
- Type: Grasshopper.Kernel.IGH_PreviewArgs
Draw operation arguments.
See Also