Click or drag to resize

GH_ComponentDrawViewportMeshes Method

Draw preview meshes for this component and all associated parameters.

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

Parameters

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

Implements

IGH_PreviewObjectDrawViewportMeshes(IGH_PreviewArgs)
See Also