KiCad PCB EDA Suite
Loading...
Searching...
No Matches
model_substitution_helpers.h File Reference
#include <unordered_map>
#include <vector>
#include <wx/string.h>

Go to the source code of this file.

Classes

class  MODEL_SUBSTITUTION::STEP_CATALOG
 An index of STEP-family model files keyed by normalised filename stem. More...
 

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).