VICUS Library
Documentation of Vicus library
|
#include <VICUS_PlainGeometry.h>
Public Member Functions | |
VICUS_READWRITE | PlainGeometry () |
Public Attributes | |
std::vector< Surface > | m_surfaces |
bool | m_visible = true |
bool | m_selected = false |
Class PlainGeometry encapsulates all plain geometry objects and holds information, whether all elements are selected and/or visible.
|
inline |
Default constructor.
bool VICUS::PlainGeometry::m_selected = false |
Indicates whether all children elements are selected.
std::vector<Surface> VICUS::PlainGeometry::m_surfaces |
Polygons with holes/subsurfaces inside the polygon.
bool VICUS::PlainGeometry::m_visible = true |
Indicates whether all children elements are visible.