BoundingBox:

Path: AerospaceUtils/CAD

% Compute a bounding box for a component

 Since version 10.
--------------------------------------------------------------------------
   Form:
   b = BoundingBox( component )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   c       (1,1) Component data structure

   -------
   Outputs
   -------
   b        (3,2) [xMin, xMax;yMin yMax;zMin zMax]

--------------------------------------------------------------------------

Back to the AerospaceUtils Module page