| SoIntersectionDetectionActionFilterUserDataCB Delegate |
Note: This API is now obsolete.
FilterCB delegate. See #SetFilterCallback for more details
Namespace: OIV.Inventor.CollisionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.38.0 (9.9.38.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute]
public delegate bool FilterUserDataCB(
SoPath p1,
SoPath p2,
Object userData
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute>
Public Delegate Function FilterUserDataCB (
p1 As SoPath,
p2 As SoPath,
userData As Object
) As Boolean
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute]
public delegate bool FilterUserDataCB(
SoPath^ p1,
SoPath^ p2,
Object^ userData
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute>]
type FilterUserDataCB =
delegate of
p1 : SoPath *
p2 : SoPath *
userData : Object -> boolParameters
- p1
- Type: OIV.InventorSoPath
- p2
- Type: OIV.InventorSoPath
- userData
- Type: SystemObject
Return Value
Type:
Boolean
See Also