Click or drag to resize
SoExtSelectionOnPreFilter Event

The ExtSelection will traverse and test selection for each node of the scene graph.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public event SbEventHandler<SoExtSelectionPreFilterEventArg> OnPreFilter

Value

Type: OIV.InventorSbEventHandlerSoExtSelectionPreFilterEventArg
Remarks

The PreFilter event is raised for each node, before doing the intersection test, and can be used to skip a particular node to avoid doing costly computation. To skip a node, call the method #PreFilterEventArg.discardNode() inside your callback.

See Also