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 -------------------------------------------------------------------------