Hi!
i wonder if someone can help me to solve this problem.
Maybe the following will work:
rs.DuplicateEdgeCurves(Barriers[0].ToBrep(), False)
Categorized.
Please assign your new messages to the appropriate category.
Thanks
Hi!
i have no idea what can the appropriate category can be for a message.
would you show me how i can find the right category for my messages?
Well, this one is a bit of a toss-up as it is scripting in Grasshopper, so it could be in either. However, it looks more like a scripting syntax question that would also apply to scripts outside of Grasshopper, so I would have a tendency to put it in the scripting category. Or, if it stays in the Grasshopper category, perhaps add some tags like Scripting and Python.
Use
b = rg.PlaneSurface.ToBrep(Barriers[0])
rs.DuplicateEdgeCurves(b,False)
@anon39580149 @menno
Thank you so much!