@raul wrote:
g = rs.GetObject("ClosedCurve") closed_again = rs.CloseCurve(g) print(closed_again, g) # are same
When passing closed curve into rs.ClosedCurve() returns same GUID. Wouldn't it be more intuitive if returned GUID would refere to a copy or None? Or documetation would cover that scenario.
Posts: 3
Participants: 2