Archicad 28 C++ API
|
Building Material type attribute representation. More...
#include <APIdefs_Attributes.h>
Public Attributes | |
API_Attr_Head | head |
Contains the name and the index of the building material. | |
GS::UniString * | id |
The id of the building material. | |
GS::UniString * | manufacturer |
The manufacturer of the building material. | |
GS::UniString * | description |
The description of the building material. | |
Int32 | connPriority |
The connection priority of the building material. Used when multiple elements intersect, the higher priority element will be shown at the intersection. | |
API_AttributeIndex | cutFill |
Index of the building material's cut fill. | |
short | cutFillPen |
Index of the building material's cut fill foreground pen. | |
short | cutFillBackgroundPen |
Index of the building material's cut fill background pen. | |
API_AttributeIndex | cutMaterial |
Index of the building material's cut material. | |
API_FillOrientationID | cutFillOrientation |
Orientation of the building material's cut fill. | |
double | thermalConductivity |
Thermal Conductivity of the building material. | |
double | density |
Density of the building material. | |
double | heatCapacity |
Heat capacity of the building material. | |
double | embodiedEnergy |
Embodied energy in the building material. | |
double | embodiedCarbon |
Embodied carbon in the building material. | |
bool | showUncutLines |
Show Contours in Model Views. | |
bool | doNotParticipateInCollDet |
Specifies if the building material participates in collision detection. | |
Building Material type attribute representation.