GH_ParamTPreview_DrawWires Method |
This function can be used to iterate over all items in the Volatile data tree
and call DrawViewportWires on each item that implements Preview.IGH_PreviewData.
This function requires a lot of TypeOf and DirectCasting,
so if you're worried about performance you should consider doing this yourself.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax protected void Preview_DrawWires(
IGH_PreviewArgs args
)
Protected Sub Preview_DrawWires (
args As IGH_PreviewArgs
)
Parameters
- args
- Type: Grasshopper.KernelIGH_PreviewArgs
See Also