Hide menu
Loading...
Searching...
No Matches
manufacturingtoolkit.CadExMTK.Measurements_BoundingBox Class Reference

BoundingBox. More...

Inheritance diagram for manufacturingtoolkit.CadExMTK.Measurements_BoundingBox:

Public Member Functions

 __init__ (self)
 

Static Public Member Functions

 Compute (*args)
 
 ComputeMin (*args)
 
 ComputeOptimal (*args)
 

Detailed Description

BoundingBox.

Computes bounding boxes of objects.

Bounding box can be computed for the following types of objects:

  • entire model;
  • graph element (and its subtree) - assembly, part or instance;
  • part representation;
  • B-Rep shape (ModelData.Shape);
  • Mesh shape (ModelData.MeshShape);

A bounding box of a model is accumulation of bounding boxes of its roots.

A bounding box of an assembly is a cumulative bounding box of its children taking into account their transformation matrices.

A part's bounding box is accumulation of bounding boxes of available part's representations.


The documentation for this class was generated from the following file:
  • CadExMTK.py