Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ getName
Method
getName
src/Mod/Sketcher/App/ConstraintPyImp.cpp:1189–1192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1187
}
1188
1189
Py::String ConstraintPy::getName() const
1190
{
1191
return Py::String(this->getConstraintPtr()->Name);
1192
}
1193
1194
void ConstraintPy::setName(Py::String arg)
1195
{
Callers
15
setEditedObject
Method · 0.45
setEditedObject
Method · 0.45
activated
Method · 0.45
setEditedObject
Method · 0.45
setEditedObject
Method · 0.45
setEditedObject
Method · 0.45
addGeometry
Method · 0.45
representation
Method · 0.45
GeometryFacade.h
File · 0.45
getPyPathValue
Method · 0.45
setPathValue
Method · 0.45
getConstraint
Method · 0.45
Calls
1
String
Class · 0.50
Tested by
1
testNoDepthBufferInEditRoot
Method · 0.36