Click or drag to resize
SoCollisionManagerSetObjectBBoxOnly Method (Boolean)

Sets a flag indicating whether to use the object's bounding box instead of the actual primitives when computing collisions.

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

Parameters

flag
Type: SystemBoolean
Remarks

Default value is false.

See Also