CentroidOBJFile:

Path: AerospaceUtils/CAD

% Computes the centroid of an obj file.
 If there are no inputs the function will open a file dialog.

 Type CentroidOBJFile( 'Demo' ) for  demo
--------------------------------------------------------------------------
   Form:
   c = CentroidOBJFile( file, path )
--------------------------------------------------------------------------

   ------
   Inputs
   ------

   file              (1,:) Filename
   path              (1,:) Path to the file, optional

   -------
   Outputs
   -------
   c                 (3,1) Centroid

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

Back to the AerospaceUtils Module page