Extensions: Introduce classes and port App groups

This commit is contained in:
Stefan Tröger
2016-05-26 21:42:12 +02:00
committed by wmayer
parent a50bd5dc88
commit c5a2419e14
55 changed files with 17135 additions and 191 deletions

View File

@@ -35,7 +35,7 @@
using namespace App;
PROPERTY_SOURCE(App::Part, App::OriginGroup)
PROPERTY_SOURCE(App::Part, App::DocumentObject)
//===========================================================================
@@ -60,6 +60,7 @@ Part::Part(void)
// color and apperance
ADD_PROPERTY(Color, (1.0, 1.0, 1.0, 1.0)); // set transparent -> not used
setExtendedObject(this);
}
Part::~Part(void)