Skip to content
Snippets Groups Projects
Commit 683d1a37 authored by maaikedieuwertje's avatar maaikedieuwertje
Browse files

include RCG of tudelft wing design

Former-commit-id: 5a25dae1093928480f74d393a2b17ee386d473b7
parent f22d58c4
Branches interface_creation
No related tags found
No related merge requests found
......@@ -103,6 +103,9 @@ if create_vis and create_rcg_vis:
# Save CMDOWS file
if create_rcg_cmdows:
logging.info('Creating CMDOWS file of RCG...')
rcg.save('RCG', file_type='kdms',
destination_folder=kdms_dir,
integrity=False)
rcg.save('RCG',
file_type='cmdows',
description='RCG CMDOWS file for repository of aircraft design tools from Delft University of Technology',
......
No preview for this file type
f4394b2928e8cdcfa41fa80327e3d0123e1c4dd6
\ No newline at end of file
02b1ca47c36abf5988eff2fefa2fb2ca386d6dba
\ No newline at end of file
......@@ -31,9 +31,9 @@
<h3 class="panel-title">TU Delft wing design</h3>
</div>
<div class="panel-body blue list group">
<a href="/examples/tu_delft_wing_design/KDMS/" id="b3" class="list-group-item"
<a href="/examples/tu_delft_wing_design/KDMS/RCG.kdms" id="b3" class="list-group-item"
onclick="confirm();button('b3');undo('b1', 'b2', 'b4')">
TU Delft wing design database (not available)
TU Delft wing design database
</a>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment