Click or drag to resize

IGH_PreviewMeshData Interface

Implement this interface if your data deals with preview meshes.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public interface IGH_PreviewMeshData

The IGH_PreviewMeshData type exposes the following members.

Methods
  NameDescription
Public methodDestroyPreviewMeshes
Erase all cached preview meshes.
Public methodGetPreviewMeshes
Gets all the preview meshes associated with this data.
Top
See Also