PartDesign: Added support for expressions.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user