FormIt C++ API  v23.0.0 (2023.0.0)
WSM::LayerData Struct Reference

Description

Data used to construct a layer.

#include <GeometryDataContainers.h>

Public Attributes

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

Member Data Documentation

bool WSM::LayerData::m_bDisplayed = false

Whether objects on the layer are displayed or not.

::string WSM::LayerData::m_name

The name of the layer.

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: