MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / getUnit

Method getUnit

src/Base/QuantityPyImp.cpp:643–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641}
642
643Py::Object QuantityPy::getUnit() const
644{
645 return Py::asObject(new UnitPy(new Unit(getQuantityPtr()->getUnit())));
646}
647
648void QuantityPy::setUnit(Py::Object arg)
649{

Callers 15

setPyObjectMethod · 0.45
setPathValueMethod · 0.45
ExpressionParser.hFile · 0.45
collectMethod · 0.45
collectMethod · 0.45
getQuantityMethod · 0.45
evaluateMethod · 0.45
PyInitMethod · 0.45
rotateXMethod · 0.45
rotateYMethod · 0.45
rotateZMethod · 0.45
QuantityMethod · 0.45

Calls

no outgoing calls