algorithmic modeling for Rhino
import rhinoscriptsyntax as rs
import math
c1=rs.AddCircle((0,0,0),1)
p=rs.CurveAreaCentroid(c1)
while L>=100:
c1=rs.ScaleObject(c1,p[0],1.2,True)
L=rs.CurveLength(c1)
print('the circle is too big')
i wanna sacle circle again and again ,entil the circlelength is too big.
thank you .
Tags:
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by