GH_Component.AppendRenderGeometry Method

GH_ComponentAppendRenderGeometry Method

Note: This API is now obsolete.

Append all geometry associated with this component to a render queue.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
[ObsoleteAttribute]
public virtual void AppendRenderGeometry(
	GH_RenderArgs args
)
<ObsoleteAttribute>
Public Overridable Sub AppendRenderGeometry ( 
	args As GH_RenderArgs
)

Parameters

args
Type: Grasshopper.KernelGH_RenderArgs

Implements

IGH_RenderAwareObjectAppendRenderGeometry(GH_RenderArgs)
See Also