OriginGroup: add new abstraction layer between the Part and the GeoFeatureGroup
This commit is contained in:
committed by
Stefan Tröger
parent
59ca9212d6
commit
2c2d155ee9
@@ -35,18 +35,14 @@
|
||||
using namespace App;
|
||||
|
||||
|
||||
PROPERTY_SOURCE(App::Part, App::GeoFeatureGroup)
|
||||
|
||||
PROPERTY_SOURCE(App::Part, App::OriginGroup)
|
||||
|
||||
|
||||
//===========================================================================
|
||||
// Feature
|
||||
// Part
|
||||
//===========================================================================
|
||||
|
||||
|
||||
const char* Part::BaseplaneTypes[3] = {"XY_Plane", "XZ_Plane", "YZ_Plane"};
|
||||
const char* Part::BaselineTypes[3] = {"X_Axis", "Y_Axis", "Z_Axis"};
|
||||
|
||||
Part::Part(void)
|
||||
{
|
||||
ADD_PROPERTY(Type,(""));
|
||||
|
||||
Reference in New Issue
Block a user