| 536 | } |
| 537 | |
| 538 | bool ccCommandLineParser::selectMeshes(const SelectEntitiesOptions& options) |
| 539 | { |
| 540 | return SelectEntities(options, *this, m_meshes, m_unselectedMeshes, "mesh"); |
| 541 | } |
| 542 | |
| 543 | void ccCommandLineParser::removeClouds(bool onlyLast/*=false*/) |
| 544 | { |
no test coverage detected