Ref T261, CG in aircraft model

This commit is contained in:
Klaus Basan
2018-04-27 02:29:22 +02:00
committed by Roland Winklmeier
parent 784cf29af5
commit a8ab2a37b8
4 changed files with 30 additions and 0 deletions

View File

@@ -215,6 +215,9 @@ namespace BlackMisc
//! Set mode for all elements
int setModelMode(Simulation::CAircraftModel::ModelMode mode);
//! Set center of gravity
int setCG(const PhysicalQuantities::CLength &cg);
//! Keep only those models with given model strings
//! \return number of elements removed
int keepModelsWithString(const QStringList &modelStrings, Qt::CaseSensitivity sensitivity);