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