MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / runInitGuiScript

Method runInitGuiScript

src/Gui/Application.cpp:2503–2506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2501}
2502
2503void Application::runInitGuiScript()
2504{
2505 Base::Interpreter().runString(Base::ScriptFactory().ProduceScript("FreeCADGuiInit"));
2506}
2507
2508namespace
2509{

Callers 1

FreeCAD_initFunction · 0.80

Calls 2

runStringMethod · 0.80
ProduceScriptMethod · 0.80

Tested by

no test coverage detected