C3D Toolkit
Kernel - 105435, Vision - 121811.105435
|
Функции сравнения и тестирования тел. Подробнее...
#include <name_item.h>
#include <templ_p_array.h>
#include <topology_item.h>
#include <mb_cart_point3d.h>
#include <mb_vector3d.h>
#include <templ_visitor.h>
Классы | |
struct | PrimitiveDifference |
Различия примитивов. Подробнее... | |
struct | NameDifference |
Различие в именовании двух примитивов. Подробнее... | |
class | CountDifference |
Различие в количестве. Подробнее... | |
class | PointDifference |
Различие точек. Подробнее... | |
class | VectorDifference |
Различие нормалей. Подробнее... | |
class | CompareItemsResult |
Результат сравнения двух объектов. Подробнее... | |
Перечисления | |
enum | SolidMixUpMode { smm_FacesReorder = 1, smm_LoopsReorder = 2, smm_LoopsBegReset = 4, smm_EdgesRedirection = 8, smm_EdgesSection = 16 } |
Способы "перемешивания". Подробнее... | |
Функции | |
void | SolidMixUp (MbSolid &solid, uint mixUpModes) |
Стрессовый тест тела. Подробнее... | |
void | CompareSolids (const MbSolid &solid1, const MbSolid &solid2, CompareItemsResult &compareResult, bool compareMassInertia, bool checkSense) |
Сравнение двух тел. Подробнее... | |
bool | CompareSolidsByNames (const MbSolid &before, const MbSolid &after, CompareItemsResult &compareResult) |
Сравнение двух тел по именам. Подробнее... | |
Функции сравнения и тестирования тел.