WSM API v25.0.0 (2025.0.0)
Loading...
Searching...
No Matches
WSM::InstanceData Struct Reference

Description

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?
 

Member Data Documentation

◆ m_bHidden

bool WSM::InstanceData::m_bHidden = false

Is this object hidden?

◆ m_idHistory

size_t WSM::InstanceData::m_idHistory = WSM::INVALID_ID

The ID of the history to which this instance refers.

◆ m_name

std::string WSM::InstanceData::m_name

The name of the instance object.

◆ m_nLayerIndex

size_t WSM::InstanceData::m_nLayerIndex = UNUSED_INDEX

Index into the layer data array.

◆ m_nMaterialIndex

size_t WSM::InstanceData::m_nMaterialIndex = UNUSED_INDEX

Index into the material data array.

◆ m_transform

Transf3d WSM::InstanceData::m_transform

The transformation applied between the referenced history and the owning history, as in APICreateGroup().


The documentation for this struct was generated from the following file: