Type |
bool |
Initial value |
false |
Read-Only |
No |
Saved In |
Registry |
Versions |
N/A |
The AllowSavingEmptyAcisObjects variable determines how to resolve the situation of saving ACIS objects when ACIS data cannot be converted to other versions. This may happen when a modeler module is not loaded, so the result is that the conversion engine is unavailable. The value can be:
Value |
Description |
false |
Saving disabled; when the situation occurs, the system throws an exception to prevent the data loss. |
true |
Saving enabled; when the situation occurs, the system does not throw exceptions and saves empty objects. |
Access Methods |
OdDbDatabase::getSysVar() |
OdDbDatabase::setSysVar() |
|
OdDbHostAppServices::getAllowSavingEmptyAcisObjects() |
OdDbHostAppServices::setAllowSavingEmptyAcisObjects() |
For example, to get the value:
For example, to set the value:
File: SysVarDefs.h
Module: API Reference
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|