mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 01:47:55 +00:00
Fix code typo in 40f92d1
This commit is contained in:
@@ -137,7 +137,7 @@ def print_alignment_deep(alignment, indent=0):
|
|||||||
|
|
||||||
for agg in alignment.IsDecomposedBy:
|
for agg in alignment.IsDecomposedBy:
|
||||||
for child in agg.RelatedObjects:
|
for child in agg.RelatedObjects:
|
||||||
print_alignmen_deep(child, indent + 2)
|
print_alignment_deep(child, indent + 2)
|
||||||
|
|
||||||
|
|
||||||
def print_composite_curve(curve):
|
def print_composite_curve(curve):
|
||||||
|
|||||||
Reference in New Issue
Block a user