Add all base system changes from the Assembly branch

This commit is contained in:
jriegel
2013-02-10 20:02:21 +01:00
parent 0215757e79
commit d739a2e41b
36 changed files with 877 additions and 171 deletions

View File

@@ -33,7 +33,7 @@
using namespace App;
PROPERTY_SOURCE_ABSTRACT(App::Placement, App::DocumentObject)
PROPERTY_SOURCE(App::Placement, App::DocumentObject)
//===========================================================================
@@ -43,7 +43,6 @@ PROPERTY_SOURCE_ABSTRACT(App::Placement, App::DocumentObject)
Placement::Placement(void)
{
ADD_PROPERTY(Pos,(Base::Placement()));
}
Placement::~Placement(void)