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

Description

Material messages Materials were added, changed, removed Payload : MaterialChangeData.

#include <FormItCoreMessages.h>

Public Attributes

FormIt::LibraryType libraryType = FormIt::LibraryType::SKETCH
 
bool completeChange = false
 Wholesale change. More...
 
::vector< size_t > addedFormitMaterials
 
::vector< size_t > changedFormitMaterials
 
::vector< size_t > deletedFormitMaterials
 

Member Data Documentation

::vector<size_t> FormIt::MaterialManagerChangedData::addedFormitMaterials
::vector<size_t> FormIt::MaterialManagerChangedData::changedFormitMaterials
bool FormIt::MaterialManagerChangedData::completeChange = false

Wholesale change.

Requires complete rebuild of UI.

::vector<size_t> FormIt::MaterialManagerChangedData::deletedFormitMaterials
FormIt::LibraryType FormIt::MaterialManagerChangedData::libraryType = FormIt::LibraryType::SKETCH

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