Click or drag to resize

IGH_RenderAwareData Interface

Implement this interface in your IGH_Goo type if you wish to send geometry to a render queue.

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