Click or drag to resize
SoCollisionManagerSetGluing Method (Boolean)

Sets a flag indicating that the collision manager should place the object at the position just before the first collision that would occur along the transformation path.

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

Parameters

flag
Type: SystemBoolean
Remarks

For example, if an object would collide with (intersect) a wall, the object would be placed directly against the wall. Default value is false.

See Also