ArtemisLMCAD:

Path: Missions/LunarLanding

% Design a fully reusable lunar lander

 Can land and takeoff using one fuel load.
 Carries the Orion to and from the moon.
 Uses 2 BE-3U engines.
 Also demonstrates adding an obj file as a subassembly. See LoadOrionFile
 to see how to get the obj file into a CAD data structure format.
%
--------------------------------------------------------------------------
   Copyright (c) 2019 Princeton Satellite Systems, Inc.
   All rights reserved.
--------------------------------------------------------------------------
   Since 2019.1
--------------------------------------------------------------------------

Children:

AerospaceUtils: CAD/BuildCADModel
AerospaceUtils: CAD/CreateBody
AerospaceUtils: CAD/CreateComponent
AerospaceUtils: CAD/ExportOBJ
AerospaceUtils: ComponentModels/ThrusterCAD
Missions: LunarMission/LandingLegsCAD
Propulsion: Chemical/MassVolH2O2
Common: ComponentModels/Frustrum
Common: ComponentModels/Torus
Common: ComponentModels/Truss
Common: FileUtils/FileFullpath
Common: General/CreateLatexTable
Common: General/DisplayLatexTable

Back to the Missions Module page