Changeset 273 for cpp/frams/model


Ignore:
Timestamp:
12/18/14 12:45:27 (9 years ago)
Author:
Maciej Komosinski
Message:
  • 'o'-type fields are no longer ignored when saving (serialization like 'x')
  • fixed incorrect paramtab offset generation in ParamObject::makeParamTab()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/model.h

    r269 r273  
    394394void disturb(double amount);
    395395
     396/// build this model using new shapes, based on the provided model that uses old shapes. See also shapeconvert.cpp.
    396397void buildUsingNewShapes(const Model& src_old_shapes, Part::Shape default_shape = Part::SHAPE_CYLINDER, float thickness = 0.2);
    397398
Note: See TracChangeset for help on using the changeset viewer.