SoCollisionManagerFilterCollisionCB Delegate |
Namespace: OIV.Inventor.CollisionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public delegate bool FilterCollisionCB(
SoPath p1,
SoPath p2
)
Public Delegate Function FilterCollisionCB (
p1 As SoPath,
p2 As SoPath
) As Boolean
public delegate bool FilterCollisionCB(
SoPath^ p1,
SoPath^ p2
)
type FilterCollisionCB =
delegate of
p1 : SoPath *
p2 : SoPath -> bool
Parameters
- p1
- Type: OIV.InventorSoPath
- p2
- Type: OIV.InventorSoPath
Return Value
Type:
BooleanRemarks See Also