LoadOrionFile:

Path: Missions/LunarLanding

% Demonstrate converting an OBJ model to CAD.
 This converts an OBJ file for Orion into a CAD data structure.
 The OBJ file must only contain triangles.

 The resulting file can be used to build other CAD files by loading it
 as a subassembly.

  BuildCADModel( 'add subassembly', 'OrionNew' );

 See also: LoadCAD, SaveStructure
%
--------------------------------------------------------------------------
   Copyright (c) 2019 Princeton Satellite Systems, Inc. 
   All rights reserved.
--------------------------------------------------------------------------
   Since Version 2019.1
--------------------------------------------------------------------------

Children:

AerospaceUtils: CAD/LoadCAD
Common: General/SaveStructure

Back to the Missions Module page