Changeset 269 for cpp/frams/model/model.h
- Timestamp:
- 12/16/14 01:51:06 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/model.h
r258 r269 117 117 118 118 int checklevel; 119 120 public: 121 enum Shape {SHAPE_UNKNOWN,SHAPE_ILLEGAL,SHAPE_OLD,SHAPE_NEW}; 122 protected: 123 Shape shape; 119 124 120 125 void updateNeuroRefno(); // set Neuro::refno for all neurons … … 150 155 int isValid() const {return buildstatus==valid;} 151 156 int getErrorPosition(bool includingwarnings=false); 157 Shape getShape() {return shape;} 152 158 153 159 void updateRefno(); // set ::refno for all elements … … 387 393 388 394 void disturb(double amount); 395 396 void buildUsingNewShapes(const Model& src_old_shapes, Part::Shape default_shape = Part::SHAPE_CYLINDER, float thickness = 0.2); 389 397 390 398 #ifdef EASYMAPDEBUG
Note: See TracChangeset
for help on using the changeset viewer.