Click or drag to resize
SoIntersectionDetectionActionFilterCallback Property

Sets a filter which allow the user to continue or not the intersection finding for a pair of shapes.

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

Property Value

Type: SoIntersectionDetectionActionFilterCB
Remarks

If the callback returns true, the action search for real intersections, else it goes to the next shape pair.

See Also