basic infrastructure
This commit is contained in:
committed by
Stefan Tröger
parent
395557b096
commit
d50f7f1787
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user