FormIt C++ API
v23.0.0 (2023.0.0)
|
Data used to construct a group instance.
#include <GeometryDataContainers.h>
Public Attributes | |
::string | m_name |
The name of the instance object. More... | |
size_t | m_nLayerIndex = UNUSED_INDEX |
Index into the layer data array. More... | |
size_t | m_idHistory = WSM::INVALID_ID |
The ID of the history to which this instance refers. More... | |
size_t | m_nMaterialIndex = UNUSED_INDEX |
Index into the material data array. More... | |
Transf3d | m_transform |
The transformation applied between the referenced history and the owning history, as in APICreateGroup(). More... | |
bool | m_bHidden = false |
Is this object hidden? More... | |
bool WSM::InstanceData::m_bHidden = false |
Is this object hidden?
size_t WSM::InstanceData::m_idHistory = WSM::INVALID_ID |
The ID of the history to which this instance refers.
::string WSM::InstanceData::m_name |
The name of the instance object.
size_t WSM::InstanceData::m_nLayerIndex = UNUSED_INDEX |
Index into the layer data array.
size_t WSM::InstanceData::m_nMaterialIndex = UNUSED_INDEX |
Index into the material data array.
Transf3d WSM::InstanceData::m_transform |
The transformation applied between the referenced history and the owning history, as in APICreateGroup().