Click or drag to resize
SoCollisionManagerFilterCallback Property

Sets the callback function called when an object shape collides with a scene shape.

Namespace: OIV.Inventor.Collision
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoCollisionManagerFilterCollisionCB FilterCallback { get; set; }

Property Value

Type: SoCollisionManagerFilterCollisionCB
Remarks

If the callback function returns true, the Collision Manager looks forward for collisions; else, it aborts searching. If it is NULL, no filter is applied.

See Also