|
KiCad PCB EDA Suite
|
#include "model_substitution_helpers.h"#include <list>#include <unordered_set>#include <wx/arrstr.h>#include <wx/dir.h>#include <wx/filename.h>#include <filename_resolver.h>#include <pgm_base.h>#include <settings/common_settings.h>Go to the source code of this file.
Namespaces | |
| namespace | MODEL_SUBSTITUTION |
Shared helpers for matching obsolete .wrl/.wrz 3D model references against current STEP-family replacements. | |
Functions | |
| bool | MODEL_SUBSTITUTION::IsWrlExtension (const wxString &aFilename) |
True iff aFilename ends in .wrl or .wrz (case-insensitive). | |