MCPcopy Create free account
hub / github.com/XRay3D/GERBER_X3 / tools

Method tools

file_plugins/excellon/exfile.cpp:84–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84Tools File::tools() const
85{
86 Tools tools(m_tools);
87 if (m_format.unitMode == Inches)
88 for (auto& [_, tool] : tools)
89 tool *= 25.4;
90 return tools;
91}
92
93Paths Excellon::File::merge() const
94{

Callers 3

pickUpToolMethod · 0.80
createDrillPreviewGiMethod · 0.80
toolitem.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected