ExportVerticesToOBJ:

Path: AerospaceUtils/CAD

% Export an OBJ file from vertex and face data. 
 This routine will create an OBJ file.

   fileName.obj  - geometry data

 If you enter a fileName the extension will be ignored.
--------------------------------------------------------------------------
   Form:
   ExportVerticesToOBJ(v,f,fileName)
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   v           (:,3) Vertices
   f           (:,3) Faces
   fileName    (1,:) File name

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

-------------------------------------------------------------------------
 See also: ExportOBJ
-------------------------------------------------------------------------

Children:

AerospaceUtils: CAD/BuildCADModel
AerospaceUtils: CAD/CreateBody
AerospaceUtils: CAD/CreateComponent
AerospaceUtils: CAD/ExportOBJ

Back to the AerospaceUtils Module page