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

@@ -1,5 +1,6 @@
/***************************************************************************
* Copyright (c) 2010 Juergen Riegel <FreeCAD@juergen-riegel.net> *
* Copyright (c) 2013 Stefan Tröger <stefantroeger@gmx.net> *
* *
* This file is part of the FreeCAD CAx development system. *
* *
@@ -28,7 +29,6 @@
#include <App/GeoFeature.h>
#include <TopoDS_Shape.hxx>
namespace Assembly
{
@@ -83,7 +83,7 @@ public:
/// Visibility
App::PropertyBool Visibility;
//@}
/** @name methods override feature */
//@{
/// recalculate the feature
@@ -98,6 +98,7 @@ public:
virtual TopoDS_Shape getShape(void)const =0 ;
PyObject *getPyObject(void);
};
} //namespace Assembly