black format

This commit is contained in:
Andrej730
2024-08-08 18:13:28 +05:00
parent eca1d47d06
commit dafec70097
+3 -1
View File
@@ -107,7 +107,9 @@ class IfcOpenShell:
"Footprint Perimeter",
"The perimeter if the object's faces were projected along the Z-axis and seen top down",
),
"get_segment_length": Function("IfcLengthMeasure", "Segment Length", "Intelligently guesses the length of flow segments"),
"get_segment_length": Function(
"IfcLengthMeasure", "Segment Length", "Intelligently guesses the length of flow segments"
),
# IfcAreaMeasure
"get_area": Function("IfcAreaMeasure", "Area", "The total surface area of the element"),
"get_footprint_area": Function(