FormIt C++ API
v23.0.0 (2023.0.0)
|
#include "Algorithms/Algorithms.h"
#include "historyobjects.h"
#include "utils.h"
#include "WSM/Interval3d.h"
Classes | |
class | WSM::Utils::HistoryBoundsHelper |
This is a helper class to find the bounds of the Objects that are visible in the Model. class HistoryBoundsHelper. More... | |
Namespaces | |
WSM | |
forward declaration | |
WSM::Utils | |
Enumerations | |
enum | WSM::Utils::ObjectTypes { WSM::Utils::ObjectTypes::NONE = 0, WSM::Utils::ObjectTypes::ExcludeImages = 1 << 0, WSM::Utils::ObjectTypes::ExcludeSectionPlanes = 1 << 1 } |
Functions | |
constexpr bool | WSM::Utils::enable_bitmask_operators (ObjectTypes) |
enable_bitmask_operators() function. More... | |