Changeset 546 for cpp/frams/_demos


Ignore:
Timestamp:
07/28/16 03:39:26 (8 years ago)
Author:
Maciej Komosinski
Message:

Renamed: Model::buildUsingNewShapes -> Model::buildUsingSolidShapeTypes()
Added class SolidsShapeTypeModel? (for making ball-and-stick Models look like solids-type Models)
ModelGeometryInfo? functions: findSizesAndAxesOfModel(), volume() and area() now accept ball-and-stick Models (using SolidsShapeTypeModel? class)
[refs #46] and possibly closes this issue (needs verification)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/_demos/shapeconvert.cpp

    r544 r546  
    8383        Model newmodel;
    8484        newmodel.open();
    85         newmodel.buildUsingNewShapes(m, shape, thickness);
     85        newmodel.buildUsingSolidShapeTypes(m, shape, thickness);
    8686        newmodel.close();
    8787
Note: See TracChangeset for help on using the changeset viewer.