ExportOBJ:

Path: AerospaceUtils/CAD

% Export an OBJ file. 
 This routine will create two or three files.

   fileName.obj  - geometry data
   fileName.mtl  - material data
   fileName.cad  - other than geometry data

 If you enter a fileName the extension will be ignored.
 If you do not enter a fileName the name of the CAD model will used.
--------------------------------------------------------------------------
   Form:
   ExportOBJ( g, fileName )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   g           (:,:) CAD Data structure
   fileName    (1,:) Optional file name

   -------
   Outputs
   -------
   None

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

Children:

AerospaceUtils: CAD/BHinge
AerospaceUtils: CAD/MatlabColorToObj

Back to the AerospaceUtils Module page