Review cleanups
This commit is contained in:
committed by
Chris Hennes
parent
a674729dd3
commit
54920e6611
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user