basic infrastructure

This commit is contained in:
Stefan Tröger
2013-04-25 11:58:21 +02:00
committed by Stefan Tröger
parent 395557b096
commit d50f7f1787
42 changed files with 488 additions and 3460 deletions

View File

@@ -38,6 +38,7 @@ class AssemblyExport ConstraintAxis : public Assembly::Constraint
public:
ConstraintAxis();
PyObject *getPyObject(void);
/** @name methods override feature */
//@{
@@ -49,6 +50,8 @@ public:
// return "PartDesignGui::ViewProviderConstraintAxis";
//}
//@}
virtual void init(boost::shared_ptr<Solver> solver);
};
} //namespace Assembly