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 --------------------------------------------------------------------------
AerospaceUtils: CAD/BHinge AerospaceUtils: CAD/MatlabColorToObj Common: General/IsValidField Common: Quaternion/AU2Q Common: Quaternion/Q2Mat
Back to the AerospaceUtils Module page