Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ setAttribute
Method
setAttribute
src/Tools/bindings/model/generateModel_Module.py:368–369 ·
view source on GitHub ↗
(self, Attribute)
Source
from the content-addressed store, hash-verified
366
return
self.Attribute
367
368
def
setAttribute(self, Attribute):
369
self.Attribute = Attribute
370
371
def
addAttribute(self, value):
372
self.Attribute.append(value)
Callers
15
addAttribute
Function · 0.80
write
Method · 0.80
CreateElement
Method · 0.80
_SetAttribute
Method · 0.80
RenameGrp
Method · 0.80
CreateDocument
Method · 0.80
_setOverlayMode
Method · 0.80
eventFilter
Method · 0.80
addWindow
Method · 0.80
contextMenuEvent
Method · 0.80
setMouseTransparent
Method · 0.80
activated
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected