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