Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 5892

RhinoPython ClosedCurve returned Guid is same as input Guid

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 5892

Trending Articles