SoCollisionManagerSetSceneBBoxOnly Method (Boolean) |
Sets a flag indicating whether to use the bounding boxes of objects in the scene instead of the actual primitives when computing collisions.
Namespace: OIV.Inventor.CollisionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetSceneBBoxOnly(
bool flag
)
Public Sub SetSceneBBoxOnly (
flag As Boolean
)
public:
void SetSceneBBoxOnly(
bool flag
)
member SetSceneBBoxOnly :
flag : bool -> unit
Parameters
- flag
- Type: SystemBoolean
Remarks See Also