Before we start:
πNote! Base Extractors calculate the geometric characteristics of an object. The layers of a single element (e.g. walls, floors) do not have a separate geometry. They are simply part of the Assembly geometry. Thus Base Extractors will not calculate the value of a single layer. They will calculate the value of the Assembly. This should be taken into account, determining the layer's thickness and the volume.
The list of the Base Extractors:
Object.SurfaceArea β full surface area of the element.
Object.HorizontalSurfaceArea β analyses the surface of the element and calculates the area of its horizontal parts.
Object.VerticalSurfaceArea β analyses the surface of the element and calculates the area of its vertical parts.
Object.Volume β calculates the volume of the element's geometry.
VerticalBB.Height β calculates the difference between the coordinates of the highest and lowest points of the element.
VerticalBB.SectionMaxDimension β maximum horizontal cross section dimension of the object in its final position.
VerticalBB.SectionMinDimension β minimum horizontal cross section dimension of the object in its final position.
VerticalBB.SideSurfaceArea β side surface area of the object in its final position.
VerticalBB.TopSurfaceArea β top surface area of the object in its final position.
VerticalBB.BottomSurfaceArea β bottom surface area of the object in its final position.
VerticalBB.SectionArea β horizontal cross section area of the object in its final position.
VerticalBB.Slope β the angle (radian) between the horizontal surface and the top surface of the object in its final position.
ObjectBB.Length β clearance length of the object.
ObjectBB.SectionMaxDimension β clearance width (maximum size) of the object in a specific section.
ObjectBB.SectionMinDimension β clearance depth (minimum size) of the object in a specific section.
ObjectBB.SideSurfaceArea β the area of the object excluding the area of its faces which are superimposed with the start and the end faces of the bounding box.
ObjectBB.TopSurfaceArea β top area of the object, area of its face which is superimposed with the start face of the bounding box.
ObjectBB.BottomSurfaceArea β bottom area of the object, area of its face which is superimposed with the end face of the bounding box.
ObjectBB.SectionArea β the area of the minimal section of the bounding box.
SelfDimension.Length β the length of the largest axis of the element.
SelfDimension.SectionVerticalDimension β the dimension of the section's most vertical edge obtained if you cut the extrusion object perpendicular to the direction of its extrusion (the extrusion axis is the largest element axis).
SelfDimension.SectionHorizontalDimension β the dimension of the section's most horizontal edge obtained if you cut the extrusion object perpendicular to the direction of its extrusion (the extrusion axis is the largest element axis).
SelfDimension.SectionMaxDimension β maximum cross section dimension of the extrusion object (the extrusion axis is the largest element axis).
SelfDimension.SectionMinDimension β minimum cross section dimension of the extrusion object (the extrusion axis is the largest element axis).
SelfDimension.Thickness β the smallest of the three dimensions of the element, the length and width of which is much greater rather than the thickness.
SelfDimension.HorizontalRadius β curvature radius of the extrusion path of the object (the extrusion axis is the largest element axis).
SelfDimension.WideArea β the area of the largest continuous part of the element's surface. For walls itβs wall area from one side, for floors itβs bottom area subtracting all the openings.
SelfDimension.SectionArea β cross section area of the extrusion object (the extrusion axis is the largest element axis).
SelfDimension.TopSurfaceArea β top surface area of the extrusion object (the extrusion axis is the largest element axis).
SelfDimension.BottomSurfaceArea β bottom surface area of the extrusion object (the extrusion axis is the largest element axis).
SelfDimension.SideSurfaceArea β side surface area of the extrusion object (the extrusion axis is the largest element axis).
Formwork.Horizontal β total formwork area for the horizontal surfaces with a slope of up to 5 degrees.
Formwork.HorizontalWithOpenings β the same as βFormwork.Horizontalβ adding void areas.
Formwork.Vertical β total formwork area for the vertical surfaces with a slope of up to 5 degrees.
Formwork.VerticalWithOpenings β the same as βFormwork.Verticalβ adding void areas.
Formwork.SlantedLess15 β total formwork area for the horizontal surfaces with a slope from 5 to 15 degrees.
Formwork.SlantedMore15 β total formwork area for the horizontal surfaces with a slope from 15 to 60 degrees.
Formwork.SlantedLess15WithOpenings β The same as βFormwork.SlantedLess15β adding hole areas.
Formwork.SlantedMore15WithOpenings β The same as βFormwork.SlantedMore15β adding hole areas.
Formwork.SlopedPerimeter β the perimeter of the horizontal section of the wall or the floor, excluding the perimeter of inner voids (applicable for slanted objects too).
Formwork. SlopedPerimeterWithOpenings β the perimeter of the horizontal section of the wall or the floor, including the perimeter of inner voids (applicable for slanted objects too).