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

Method getPosition

src/Gui/InputVector.cpp:128–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128Base::Vector3d LocationWidget::getPosition() const
129{
130 return Base::Vector3d(
131 this->xValue->value().getValue(),
132 this->yValue->value().getValue(),
133 this->zValue->value().getValue()
134 );
135}
136
137void LocationWidget::setPosition(const Base::Vector3d& v)
138{

Callers 15

getBasePointMethod · 0.45
setValueIfChangedMethod · 0.45
setPathValueMethod · 0.45
getPyPathValueMethod · 0.45
SaveMethod · 0.45
SaveDocFileMethod · 0.45
eventCallbackMethod · 0.45
processSoEventMethod · 0.45
updateDataMethod · 0.45
onApplyAxialClickedMethod · 0.45
setPlacementDataMethod · 0.45
viewPositionMethod · 0.45

Calls 3

Vector3dClass · 0.85
getValueMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected