SoCollisionManagerFilterCollisionUserDataCB Delegate |
Note: This API is now obsolete.
FilterCollisionCB delegate
Namespace: OIV.Inventor.CollisionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public delegate bool FilterCollisionUserDataCB(
SoPath p1,
SoPath p2,
Object data
)
<ObsoleteAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Delegate Function FilterCollisionUserDataCB (
p1 As SoPath,
p2 As SoPath,
data As Object
) As Boolean
[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public delegate bool FilterCollisionUserDataCB(
SoPath^ p1,
SoPath^ p2,
Object^ data
)
[<ObsoleteAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
type FilterCollisionUserDataCB =
delegate of
p1 : SoPath *
p2 : SoPath *
data : Object -> bool
Parameters
- p1
- Type: OIV.InventorSoPath
- p2
- Type: OIV.InventorSoPath
- data
- Type: SystemObject
Return Value
Type:
Boolean
See Also