Archicad 28 C++ API
|
Functions related to the Design Options, Design Option Combinations, and Design Option - View connection. More...
Classes | |
class | ACAPI::DesignOptions::v1::DesignOptionCombination |
A class that represents the design option combination of the view settings. More... | |
class | ACAPI::DesignOptions::v1::DesignOptionCombinationViewSettings |
A class that represents the design option combination settings of a view. More... | |
struct | ACAPI::DesignOptions::v1::DesignOptionCombinationViewSettings::MainModelOnly |
A type of combination that has no design option connected to it, and only shows the main model. More... | |
struct | ACAPI::DesignOptions::v1::DesignOptionCombinationViewSettings::Standard |
A type of combination for which the user has selected a specific set of design options. More... | |
struct | ACAPI::DesignOptions::v1::DesignOptionCombinationViewSettings::Custom |
A type of combination that the user has modified, but did not give an explicit name. More... | |
struct | ACAPI::DesignOptions::v1::DesignOptionCombinationViewSettings::Missing |
A type of combination that does not exist, and was previously deleted. More... | |
class | ACAPI::DesignOptions::v1::DesignOptionManager |
A class that contains design option related functions. More... | |
Typedefs | |
using | ACAPI::DesignOptions::v1::DesignOptionCombinationViewSettings::Status = std::variant< MainModelOnly, Standard, Custom, Missing > |
Status of the view settings. | |
Functions | |
DesignOptionManager | ACAPI::DesignOptions::v1::CreateDesignOptionManager () |
A function to create design option manager instance, that lets you query and manipulate design option related data. | |
Result< DesignOptionManager > | ACAPI::DesignOptions::v2::CreateDesignOptionManager () |
A function to create design option manager instance, that lets you query and manipulate design option related data. | |
Functions related to the Design Options, Design Option Combinations, and Design Option - View connection.
|
inline |
A function to create design option manager instance, that lets you query and manipulate design option related data.
|
inline |
A function to create design option manager instance, that lets you query and manipulate design option related data.