Click or drag to resize
SoCollisionManagerSetGluingLevel Method

Sets the gluing level.

Namespace: OIV.Inventor.Collision
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetGluingLevel(
	uint level
)

Parameters

level
Type: SystemUInt32
Remarks

The larger the number, the more precise the check for intermediate collisions, and the longer the computation will take. If this level is set to 0, the collision manager will act as if the gluing flag was set to false, except the collision callbacks are called with a gluing flag of true. Default value is 1.

See Also