Click or drag to resize

IGH_RenderAwareData Interface

Implement this interface in your IGH_Goo type if it may have render geometry.

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

The IGH_RenderAwareData type exposes the following members.

Methods
  NameDescription
Public methodAppendRenderGeometry
Push this geometry down a render pipeline.
Top
See Also