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

Rhino 8 - rs.CloseCurve( obj ) does not close curve

$
0
0

Copy-Paste from the examples :

import rhinoscriptsyntax as rs
obj = rs.GetObject("Select curve", rs.filter.curve)
if not rs.IsCurveClosed(obj) and rs.IsCurveClosable(obj):
    my_crv = rs.CloseCurve( obj )
    rs.AddCurve(my_crv)

4 posts - 3 participants

Read full topic


Viewing all articles
Browse latest Browse all 4148

Trending Articles