IGH_PreviewMeshData.GetPreviewMeshes Method

IGH_PreviewMeshDataGetPreviewMeshes Method

Gets all the preview meshes associated with this data.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
Mesh[] GetPreviewMeshes()
Function GetPreviewMeshes As Mesh()

Return Value

Type: Mesh
An array of meshes that represent the preview meshes of this data.
See Also