47 if( optionsDialog.
ShowModal() == wxID_CANCEL )
59 m_frame->Compile_Ratsnest(
true );
65 VECTOR2I auxOrigin =
m_frame->GetBoard()->GetDesignSettings().GetAuxOrigin();
int ExportGenCAD(const TOOL_EVENT &aEvent)
Export GenCAD 1.4 format.
bool GetOption(GENCAD_EXPORT_OPT aOption) const
Return the selected file path.
wxString GetFileName() const
Export board to GenCAD file format.
void UseIndividualShapes(bool aUnique)
Make pad shapes unique.
void UsePinNamesUnique(bool aUnique)
Make pin names unique.
void StoreOriginCoordsInFile(bool aStore)
Store origin coordinate in GenCAD file.
void FlipBottomPads(bool aFlip)
Flip pad shapes on the bottom side.
void SetPlotOffet(VECTOR2I aOffset)
Set the coordinates offset when exporting items.
bool WriteFile(const wxString &aFullFileName)
Export a GenCAD file.
void DisplayError(wxWindow *aParent, const wxString &aText)
Display an error or warning message box with aMessage.
This file is part of the common library.
VECTOR2< int32_t > VECTOR2I