SoCollisionManagerBBoxCollisionCB Delegate |
Namespace: OIV.Inventor.CollisionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public delegate void BBoxCollisionCB(
SoPath p1,
SoPath p2
)
Public Delegate Sub BBoxCollisionCB (
p1 As SoPath,
p2 As SoPath
)
public delegate void BBoxCollisionCB(
SoPath^ p1,
SoPath^ p2
)
type BBoxCollisionCB =
delegate of
p1 : SoPath *
p2 : SoPath -> unit
Parameters
- p1
- Type: OIV.InventorSoPath
- p2
- Type: OIV.InventorSoPath
Remarks See Also