Review cleanups

This commit is contained in:
pre-commit-ci[bot]
2024-06-27 22:25:06 +00:00
committed by Chris Hennes
parent a674729dd3
commit 54920e6611
3 changed files with 16 additions and 14 deletions

View File

@@ -672,8 +672,11 @@ public:
bool& yinv,
eReasonList* rsn = nullptr) const;
DocumentObject *getSubObject(const char *subname, PyObject **pyObj=0,
Base::Matrix4D *mat=0, bool transform=true, int depth=0) const override;
DocumentObject* getSubObject(const char* subname,
PyObject** pyObj = 0,
Base::Matrix4D* mat = 0,
bool transform = true,
int depth = 0) const override;
Part::TopoShape getEdge(const Part::Geometry* geo, const char* name) const;