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

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