1. Solution exception:'PolylineCurve' object has no attribute 'DuplicateEdgeCurves'

Hello, forum.

  1. Solution exception:‘PolylineCurve’ object has no attribute ‘DuplicateEdgeCurves’
    I have this error in AddHoneyBeeGlazing. How can I fix it?

variable WWR -error.gh (482.7 KB)

Sounds like something is expecting a Brep(or surface aka brepFace), while you are feeding a PolylineCurve in.
Just guessing. General advice is to get rid of all (unnecessary) plug ins when sharing files.

Thank you @Hotte for your guidance. I just use the Brep component after the window obj algorithm and it works properly.

1 Like