Changeset 1173 for cpp/frams/model/similarity
- Timestamp:
- 04/22/22 18:14:32 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/similarity/simil-measure-base.cpp
r1065 r1173 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-202 1Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2022 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 70 70 Model resultModel; 71 71 resultModel.open(); 72 GeometryUtils::addAnchorToModel(resultModel);73 72 74 73 MeshBuilder::ModelSurface iterator(density);
Note: See TracChangeset
for help on using the changeset viewer.