We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2021-03-30 01:15 PM - last edited on 2021-09-14 09:50 AM by Noemi Balogh
Solved! Go to Solution.
2021-03-30 06:18 PM
typedef enum { API_EntireStructure, API_CoreOnly, API_WithoutFinishes, API_StructureOnly } API_StructureDisplay;Scale is a bit trickier. It is stored as a single double value so there is no list of scales (it can be custom). I think this scale list is only a UI magic to make easy to set predefined scales.
2021-03-30 06:18 PM
typedef enum { API_EntireStructure, API_CoreOnly, API_WithoutFinishes, API_StructureOnly } API_StructureDisplay;Scale is a bit trickier. It is stored as a single double value so there is no list of scales (it can be custom). I think this scale list is only a UI magic to make easy to set predefined scales.