Click or drag to resize
SoCollisionManagerActivate Method (Boolean)

Sets a flag to activate the collision manager, for instance, to tell it to watch the transformation and start collision detection computations when the transformation changes.

Namespace: OIV.Inventor.Collision
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void Activate(
	bool flag
)

Parameters

flag
Type: SystemBoolean
Remarks

Default value is true.

See Also