Intersection Geometry in Python

I found the mistake, it should be intersection = solid_workspace[0].IntersectAll(solid_wall)

The argument should have been kept as a list instead of an item… Thanks to your tip from AttributeError: object has no attribute - Revit - Dynamo (dynamobim.com), I was able to read the documentation :smiley:

1 Like