basic infrastructure

This commit is contained in:
Stefan Tröger
2013-04-25 11:58:21 +02:00
committed by Stefan Tröger
parent 638cfcc2cf
commit 474fbbcb3e
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. *
* *
@@ -27,10 +28,11 @@
#include <Base/Placement.h>
#include <Base/Uuid.h>
#include <Base/Console.h>
#include "Item.h"
#include "ItemPy.h"
#include <Standard_Failure.hxx>
using namespace Assembly;
@@ -73,6 +75,7 @@ short Item::mustExecute() const
App::DocumentObjectExecReturn *Item::execute(void)
{
Base::Console().Message("Recalculate Assembly::Item\n");
return App::DocumentObject::StdReturn;
}