FormIt C++ API v25.0.0 (2025.0.0)
Loading...
Searching...
No Matches
WSM::LayerData Struct Reference

Description

Data used to construct a layer.

#include <GeometryDataContainers.h>

Public Attributes

::string m_name
 The name of the layer.
 
bool m_bDisplayed = false
 Whether objects on the layer are displayed or not.
 
size_t m_nMaterialIndex = UNUSED_INDEX
 Default material for objects on this layer.
 

Member Data Documentation

◆ m_bDisplayed

bool WSM::LayerData::m_bDisplayed = false

Whether objects on the layer are displayed or not.

◆ m_name

::string WSM::LayerData::m_name

The name of the layer.

◆ m_nMaterialIndex

size_t WSM::LayerData::m_nMaterialIndex = UNUSED_INDEX

Default material for objects on this layer.


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