Click or drag to resize
SoCollisionManagerAddBBoxCollisionCallback Method

Note: This API is now obsolete.

Use BBoxCollision event instead. Adds bounding box collision delegate. Bounding box collision delegates are called after the bounding box collision detection and before real detection, allowing the programmer to change the ObjectBBoxOnly and SceneBBoxOnly flags. The delegate are passed the paths of the two nodes whose bounding boxes are colliding.

Namespace: OIV.Inventor.Collision
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("Use BBoxCollision event instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void AddBBoxCollisionCallback(
	SoCollisionManagerBBoxCollisionUserDataCB cb,
	Object userData
)

Parameters

cb
Type: OIV.Inventor.CollisionSoCollisionManagerBBoxCollisionUserDataCB
userData
Type: SystemObject
See Also