mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
committed by
Massimo Fabbro
parent
3f823573cf
commit
05be0f69bd
@@ -318,8 +318,8 @@
|
||||
"GrossSurfaceArea": "get_gross_surface_area",
|
||||
"GrossVolume": "get_gross_volume",
|
||||
"GrossWeight": "get_gross_weight",
|
||||
"Height": "get_height",
|
||||
"Length": "get_length",
|
||||
"Height": "get_footing_height",
|
||||
"Length": "get_footing_length",
|
||||
"NetVolume": "get_net_volume",
|
||||
"NetWeight": "get_net_weight",
|
||||
"OuterSurfaceArea": "get_outer_surface_area",
|
||||
|
||||
@@ -441,6 +441,8 @@ class Blender(QtoCalculator):
|
||||
"get_rectangular_perimeter": Function("IfcLengthMeasure", "Rectangular Perimeter", ""),
|
||||
"get_stair_length": Function("IfcLengthMeasure", "Stair Length", ""),
|
||||
"get_width": Function("IfcLengthMeasure", "Width", ""),
|
||||
"get_footing_height": Function("IfcLengthMeasure", "Height", ""),
|
||||
"get_footing_length": Function("IfcLengthMeasure", "Length", ""),
|
||||
# IfcAreaMeasure
|
||||
"get_covering_gross_area": Function("IfcAreaMeasure", "Covering Gross Area", ""),
|
||||
"get_covering_net_area": Function("IfcAreaMeasure", "Covering Net Area", ""),
|
||||
|
||||
Reference in New Issue
Block a user