|
KiCad PCB EDA Suite
|
#include <set>#include <vector>#include <wx/string.h>#include <wx/listctrl.h>#include <dialogs/dialog_migrate_3d_models_base.h>#include <3d_canvas/board_adapter.h>#include <3d_rendering/track_ball.h>#include <math/vector3.h>Go to the source code of this file.
Classes | |
| class | DIALOG_MIGRATE_3D_MODELS |
| Dialog that offers to migrate obsolete WRL 3D model references on a loaded board to current STEP models. More... | |
| struct | DIALOG_MIGRATE_3D_MODELS::CATALOG_ENTRY |
| An entry in the STEP catalog. m_absPath is the deduplication key. More... | |
| struct | DIALOG_MIGRATE_3D_MODELS::MATCH_CANDIDATE |
| A ranked candidate shown in column 2. A score of 0 means "keep existing". More... | |
| struct | DIALOG_MIGRATE_3D_MODELS::MISSING_XFORM |
| Transform data captured from the first FP_3DMODEL entry that referenced each missing WRL filename, so candidate replacements sit at the same position the original WRL would have occupied. More... | |