SoCollisionManagerIsObjectBBoxOnly Method |
Returns 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 bool IsObjectBBoxOnly()
Public Function IsObjectBBoxOnly As Boolean
public:
bool IsObjectBBoxOnly()
member IsObjectBBoxOnly : unit -> bool
Return Value
Type:
BooleanRemarks See Also