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

Method getRawAxis

src/Base/RotationPyImp.cpp:484–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482}
483
484Py::Object RotationPy::getRawAxis() const
485{
486 Vector3d axis;
487 double angle {};
488 this->getRotationPtr()->getRawValue(axis, angle);
489 return Py::Vector(axis); // NOLINT
490}
491
492Py::Object RotationPy::getAxis() const
493{

Callers

nothing calls this directly

Calls 2

VectorFunction · 0.70
getRawValueMethod · 0.45

Tested by

no test coverage detected