Archicad 28 C++ API
|
The representation of the Imaging and Calculation tab page of the Work Environment dialog. More...
#include <APIdefs_Environment.h>
Public Attributes | |
bool | autoRebuild3D |
Rebuild the 3D window whenever it's brought to the front. | |
bool | activate3DOnChange |
Bring the 3D window to the front whenever the 3D Projection Settings or Rendering modes are changed. | |
bool | keepZoomedSection |
Display previously magnified detail in the section window whenever the section window is rebuilt. | |
bool | showProgressWindow |
Display the 3D progress information window. | |
bool | interruptOnError |
Allow interruption of any imaging process. | |
bool | progressSounds |
Enable sound indications of 3D processes. | |
bool | generate3DReport |
Create a 3D Report window. | |
short | reportLevel |
Value of the slider that defines one of four levels of detail for the 3D Report: | |
short | selElemsListing |
Switch to define how to handle selected elements while listing: | |
The representation of the Imaging and Calculation tab page of the Work Environment dialog.
API_ImagingAndCalcPrefs::reportLevel |
Value of the slider that defines one of four levels of detail for the 3D Report:
Value | Report level |
---|---|
APIReportLevel_No | No Report |
APIReportLevel_Brief | Brief Report |
APIReportLevel_Short | Short Report |
APIReportLevel_Detailed | Detailed Report |
APIReportLevel_Full | Full Report |
API_ImagingAndCalcPrefs::selElemsListing |
Switch to define how to handle selected elements while listing:
Value | Meaning |
---|---|
APICalcSelElems_ShowAlert | Display warning dialog to choose listing method |
APICalcSelElems_ListAll | Calculate all selected elements in the list |
APICalcSelElems_UseFilters | Apply filters defined for the selected elements |