Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ more
Method
more
src/Gui/PythonConsole.cpp:1601–1604 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1599
}
1600
1601
bool ConsoleHistory::more()
1602
{
1603
return (_it != _history.cend());
1604
}
1605
1606
/**
1607
* next switches the history pointer to the next item.
Callers
15
exportFemMeshVertices
Function · 0.45
exportFemMeshEdges
Function · 0.45
exportFemMeshFaces
Function · 0.45
exportFemMeshCells
Function · 0.45
exportVTKMesh
Method · 0.45
writeVTKMeshWithGroups
Method · 0.45
getGroupElements
Method · 0.45
getIdByElementType
Method · 0.45
getNodes
Method · 0.45
getEdges
Method · 0.45
getFaces
Method · 0.45
getVolumes
Method · 0.45
Calls
1
cend
Method · 0.80
Tested by
no test coverage detected