SoIntersectionDetectionActionFilterCallback Property |
Sets a filter which allow the user to continue or not the intersection finding for a pair of shapes.
Namespace: OIV.Inventor.CollisionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoIntersectionDetectionActionFilterCB FilterCallback { get; set; }
Public Property FilterCallback As SoIntersectionDetectionActionFilterCB
Get
Set
public:
property SoIntersectionDetectionActionFilterCB^ FilterCallback {
SoIntersectionDetectionActionFilterCB^ get ();
void set (SoIntersectionDetectionActionFilterCB^ value);
}
member FilterCallback : SoIntersectionDetectionActionFilterCB with get, set
Property Value
Type:
SoIntersectionDetectionActionFilterCBRemarks If the callback returns true, the action search for real intersections, else it goes to the next shape pair.
See Also