ArtemisLMCAD:

Path: LunarMissions/LunarCAD

% Design a fully reusable lunar lander
 Can land and takeoff using one fuel load. Carries the Orion to and from
 the moon. Uses two 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. Creates Artemis.obj and Artemis.mtl files.

 See also: MassVolH2O2, DisplayLatexTable, BuildCADModel, CreateComponent,
 ExportOBJ
%
--------------------------------------------------------------------------
   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
LunarMissions: 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 LunarMissions Module page