Skip to content
Snippets Groups Projects
Commit e8c65294 authored by Andi's avatar Andi
Browse files

Merge branch 'feature_aircraft_geometry_2' into 'develop'

Feature aircraft geometry 2

See merge request !12
parents e999a694 3b6ad981
No related branches found
Tags 0.3.1
3 merge requests!41[FEATURE] PyAvlPackage and PyAvlUnicadoPackage,!38Initial open source version,!12Feature aircraft geometry 2
......@@ -435,8 +435,7 @@ namespace geom2
fuselage.name = std::string(this->aircraft->at(fuselage_path + "/name/value"));
fuselage.origin = this->get_point(fuselage_path);
fuselage.normal = this->get_direction(fuselage_path + "/direction");
fuselage.rotation_z = std::numbers::pi;
/* === Sections ===*/
auto sections = this->aircraft->at(fuselage_path).getVector("sections/section");
std::filesystem::path geometry_file{};
......
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