mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-11 14:22:33 +00:00
Typo
This commit is contained in:
@@ -1191,7 +1191,7 @@ class DumbWallJoiner:
|
|||||||
axis1 = tool.Model.get_wall_axis(wall1)
|
axis1 = tool.Model.get_wall_axis(wall1)
|
||||||
axis2 = tool.Model.get_wall_axis(wall2)
|
axis2 = tool.Model.get_wall_axis(wall2)
|
||||||
intersect = tool.Cad.intersect_edges(axis1["reference"], axis2["reference"])
|
intersect = tool.Cad.intersect_edges(axis1["reference"], axis2["reference"])
|
||||||
# Allow connecting contiguos walls
|
# Allow connecting contiguous walls
|
||||||
if not intersect:
|
if not intersect:
|
||||||
for v1 in axis1["reference"]:
|
for v1 in axis1["reference"]:
|
||||||
for v2 in axis2["reference"]:
|
for v2 in axis2["reference"]:
|
||||||
|
|||||||
Reference in New Issue
Block a user