Archicad 29 C++ API
|
Functions and classes related to Model Quality Check services. More...
Classes | |
class | ACAPI::ModelCheckManager |
ModelCheckManager is a class to access the Model Quality Check services. More... | |
class | ACAPI::ModelCheckResult |
The type of the check result returned by the AddOn. More... | |
class | ACAPI::ModelCheckMethodCallback |
ModelCheckMethodCallback is responsible for registering and handling Model Quality Check methods through API. You can make your own implementation to extend the list of Model Check Methods with your own check logic. More... | |
Enumerations | |
enum class | ACAPI::ModelCheckSettingType { OnlySelection , Angle , Length , Area , Real , Interval } |
The type of the model check criteria. | |
Functions | |
ModelCheckManager | ACAPI::GetModelCheckManager () |
A function to create ModelCheckManager instance. | |
MEPAPI_EXPORT API_Guid | ACAPI::MEP::GetMEPModelCheckTypeId () |
Functions and classes related to Model Quality Check services.
MEPAPI_EXPORT API_Guid ACAPI::MEP::GetMEPModelCheckTypeId | ( | ) |
|
inline |
A function to create ModelCheckManager instance.