BuildISSCADModel:

Path: SC/CAD

% Create a CAD model of the ISS
 Loads data from ISS2.obj, this takes some time. Saves the model it in a mat
 file, ISS.mat. The data from an obj file is not the complete data structure so
 we add the core body, etc in this script.
 
  See also BuildCADModel, CreateBody, SaveStructure, ShowCAD
 -------------------------------------------------------------------------

Children:

AerospaceUtils: CAD/BuildCADModel
AerospaceUtils: CAD/CreateBody
AerospaceUtils: CAD/LoadCAD
AerospaceUtils: CAD/ShowCAD
Common: General/SaveStructure

Back to the SC Module page