~ubuntu-branches/ubuntu/maverick/freecad/maverick

« back to all changes in this revision

Viewing changes to src/Mod/Part/App/AppPart.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2010-01-11 08:48:33 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100111084833-4g9vgdqbkw8u34zb
Tags: 0.9.2646.5-1
* New upstream version (closes: #561696).
* Added swig to Build-Depends (closes: #563523, #563772).
* Removed python-opencv from Build-Depends and Recommends (closes: #560768).

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
#include "FeaturePartPolygon.h"
37
37
#include "FeatureExtrusion.h"
38
38
#include "FeatureFillet.h"
 
39
#include "FeatureRevolution.h"
39
40
#include "PrimitiveFeature.h"
40
41
#include "Part2DObject.h"
41
42
#include "TopoShapePy.h"
116
117
 
117
118
    Part::TopoShape             ::init();
118
119
    Part::PropertyPartShape     ::init();
119
 
    Part::PropertyFilletContour ::init();
 
120
    Part::PropertyFilletEdges   ::init();
120
121
#if 1
121
122
    Part::PropertyCircle        ::init();
122
123
#endif
131
132
    Part::Section               ::init();
132
133
    Part::Extrusion             ::init();
133
134
    Part::Fillet                ::init();
 
135
    Part::Revolution            ::init();
134
136
    Part::ImportStep            ::init();
135
137
    Part::ImportIges            ::init();
136
138
    Part::ImportBrep            ::init();
143
145
    Part::Cylinder              ::init();
144
146
    Part::Cone                  ::init();
145
147
    Part::Torus                 ::init();
 
148
    Part::Helix                 ::init();
146
149
    Part::Part2DObject          ::init();
147
150
 
148
151
    // set the user-defined units