Click or drag to resize
SoRenderListisHead Property

Normally each culling node maintains its own render list.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public SoSFBool isHead { get; }

Property Value

Type: SoSFBool
Remarks

However, culling nodes can be chained, meaning that a culling node (B) that is a child of another culling node (A), can use the result of the culling operation in the parent node (A) instead of maintaining its own render list. In order to enable this behavior, this field should be set to true for the parent (A) and false for the child (B). The default is true.

See Also