Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ getObjects
Method
getObjects
tests/src/Mod/Mesh/App/Exporter.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
std::vector<App::DocumentObject*> getObjects() const
51
{
52
return {cube1, cube2};
53
}
54
55
App::DocumentObject* getMesh2() const
56
{
Callers
6
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
SetUp
Method · 0.45
TEST_F
Function · 0.45
SetUp
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected