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.CollisionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetObjectBBoxOnly(
bool flag
)
Public Sub SetObjectBBoxOnly (
flag As Boolean
)
public:
void SetObjectBBoxOnly(
bool flag
)
member SetObjectBBoxOnly :
flag : bool -> unit
Parameters
- flag
- Type: SystemBoolean
Remarks See Also