+ reorder definition of 'Geometry' and 'Constraints' in SketchObject
+ fix typo + fix whitespace git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5040 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
@@ -44,9 +44,9 @@ public:
|
||||
SketchObject();
|
||||
|
||||
/// Property
|
||||
Part ::PropertyGeometryList Geometry;
|
||||
Sketcher::PropertyConstraintList Constraints;
|
||||
App ::PropertyLinkSubList ExternalConstraints;
|
||||
Part ::PropertyGeometryList Geometry;
|
||||
/** @name methods overide Feature */
|
||||
//@{
|
||||
/// recalculate the Feature
|
||||
|
||||
Reference in New Issue
Block a user