Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2503
void Application::runInitGuiScript()
2504
{
2505
Base::Interpreter().runString(Base::ScriptFactory().ProduceScript(
"FreeCADGuiInit"
));
2506
}
2507
2508
namespace
2509
{
Callers
1
FreeCAD_init
Function · 0.80
Calls
2
runString
Method · 0.80
ProduceScript
Method · 0.80
Tested by
no test coverage detected