Describes the different calculated values for columns.
typedef struct { double coreSurface; double veneSurface; double coreVolume; double veneVolume; double minHeight; double maxHeight; double perimeter; double area; double coreGrossSurf; double veneGrossSurf; double crossSectionAreaCutBegin; double crossSectionAreaCutEnd; double coreGrossVolume; double veneGrossVolume; double coreTopSurf; double coreBotSurf; double veneTopSurf; double veneBotSurf; double coreGrossTopBotSurf; double veneGrossTopBotSurf; double filler_1[2]; } API_ColumnQuantity;
Members
- coreSurface
- surface of the column core
- veneSurface
- surface of the column veneer
- coreVolume
- volume of the column core
- veneVolume
- volume of the column veneer
- minHeight
- minimum height of the column
- maxHeight
- maximum height of the column
- perimeter
- perimeter of the column
- area
- area of the column
- coreGrossSurf
- gross surface of the core
- veneGrossSurf
- gross surface of the veneer
- crossSectionAreaCutBegin
- area of the columns begin cross section
- crossSectionAreaCutEnd
- area of the columns end cross section
- coreGrossVolume
- gross volume of the core
- veneGrossVolume
- gross volume of the veneer
- coreTopSurf
- surface of the core top
- coreBotSurf
- surface of the core bottom
- veneTopSurf
- surface of the veneer top
- veneBotSurf
- surface of the veneer bottom
- coreGrossTopBotSurf
- gross surface of the core top and bottom
- veneGrossTopBotSurf
- gross surface of the veneer top and bottom
Remarks
See also the column description in Appendix A of the GDL Reference manual.
Requirements
- Version: API 2.1 or later
- Header: APIdefs_Elements.h
See Also
ACAPI_Element_GetQuantities, ACAPI_Element_GetMoreQuantities, API Types