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: 10.12.3.0 (10.12.3.0)
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