PartDesign: Added support for expressions.

This commit is contained in:
Eivind Kvedalen
2015-06-23 00:47:09 +02:00
committed by wmayer
parent 8e5619f7a0
commit 8e112bd2db
28 changed files with 346 additions and 284 deletions

View File

@@ -25,9 +25,9 @@
#define PARTDESIGN_FeatureLinearPattern_H
#include <App/PropertyStandard.h>
#include <App/PropertyUnits.h>
#include "FeatureTransformed.h"
namespace PartDesign
{
@@ -40,7 +40,7 @@ public:
App::PropertyLinkSub Direction;
App::PropertyBool Reversed;
App::PropertyFloat Length;
App::PropertyLength Length;
App::PropertyInteger Occurrences;
/** @name methods override feature */