#include "exporter_step.h"
#include <advanced_config.h>
#include <board.h>
#include <board_design_settings.h>
#include <footprint.h>
#include <pcb_textbox.h>
#include <pcb_track.h>
#include <pcb_shape.h>
#include <pad.h>
#include <zone.h>
#include <fp_lib_table.h>
#include "step_pcb_model.h"
#include <pgm_base.h>
#include <base_units.h>
#include <filename_resolver.h>
#include <trace_helpers.h>
#include <project_pcb.h>
#include <wildcards_and_files_ext.h>
#include <Message.hxx>
#include <Message_PrinterOStream.hxx>
#include <Standard_Failure.hxx>
#include <Standard_Version.hxx>
#include <wx/crt.h>
#include <wx/log.h>
#include <core/profile.h>
#include <Message_Messenger.hxx>
Go to the source code of this file.
◆ OCC_VERSION_MIN
#define OCC_VERSION_MIN 0x070500 |
◆ ReportMessage()
void ReportMessage |
( |
const wxString & |
aMessage | ) |
|
Definition at line 63 of file exporter_step.cpp.
Referenced by STEP_PCB_MODEL::AddComponent(), STEP_PCB_MODEL::AddPadShape(), STEP_PCB_MODEL::AddPolygonShapes(), EXPORTER_STEP::buildBoard3DShapes(), EXPORTER_STEP::buildFootprint3DShapes(), STEP_PCB_MODEL::CreatePCB(), EXPORTER_STEP::Export(), fileType(), fuseShapes(), STEP_PCB_MODEL::getModelLabel(), STEP_PCB_MODEL::MakeShapeAsThickSegment(), STEP_PCB_MODEL::MakeShapes(), makeWireFromChain(), STEP_PCB_MODEL::performMeshing(), KiCadPrinter::Send(), STEP_PCB_MODEL::WriteBREP(), STEP_PCB_MODEL::WriteGLTF(), STEP_PCB_MODEL::WritePLY(), STEP_PCB_MODEL::WriteSTEP(), STEP_PCB_MODEL::WriteSTL(), and STEP_PCB_MODEL::WriteXAO().