Changeset 273 for cpp/frams/model/model.h
- Timestamp:
- 12/18/14 12:45:27 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/model.h
r269 r273 394 394 void disturb(double amount); 395 395 396 /// build this model using new shapes, based on the provided model that uses old shapes. See also shapeconvert.cpp. 396 397 void buildUsingNewShapes(const Model& src_old_shapes, Part::Shape default_shape = Part::SHAPE_CYLINDER, float thickness = 0.2); 397 398
Note: See TracChangeset
for help on using the changeset viewer.