Aswell as my reply to your post on the disscussion forum, these primers from Mode Labs should help too, but as they where slighty off topic from original question i will post them here.
I got a problem with spliting curve in python, simply like this:
import rhinoscriptsyntax as rs import Rhino as rc curve01=rs.coercegeometry(x) curve01.Domain = rc.Geometry.Interval(0,1) print (rs.CurveDomain(curve01)) a=rs.SplitCurve(curve01,y)
and i get this eror:
[0.0, 1.0]
Runtime error (TypeErrorException): Parameter must be a Guid or string representing a Guid Traceback: line 467, in coerceguid, "C:\Users\91hag\AppData\Roaming\McNeel\Rhinoceros\5.0\Plug-ins\IronPython (814d908a-e25c-493d-97e9-ee3861957f49)\settings\lib\rhinoscript\utility.py" line 2404, in SplitCurve, "C:\Users\91hag\AppData\Roaming\McNeel\Rhinoceros\5.0\Plug-ins\IronPython (814d908a-e25c-493d-97e9-ee3861957f49)\settings\lib\rhinoscript\curve.py" line 6, in script
Since i found your post i thought maybe you already found out the answer!
Saludos de ecuador porfavor brindame ayuda deseo desarrollar window 500lux https://www.youtube.com/watch?v=6ssgXi9hSn0 ayudame con informacion explicacion desarrollo cualquier ayuda es bienvenida gracias
Greetings from Ecuador brindame please help develop desire window 500lux help me with information https://www.youtube.com/watch?v=6ssgXi9hSn0 explanation developing any help is welcome thanks
Matt Gaydon
Aswell as my reply to your post on the disscussion forum, these primers from Mode Labs should help too, but as they where slighty off topic from original question i will post them here.
http://modelab.nu/?p=2013
http://modelab.nu/?p=2114
To find the other primers on the site click on the word 'Primers' written in white in the black bar along the bottom of the page.
Hope these help
Matt
Apr 8, 2010
hamia Aghaiemeybodi
Hi
I got a problem with spliting curve in python, simply like this:
import rhinoscriptsyntax as rs
import Rhino as rc
curve01=rs.coercegeometry(x)
curve01.Domain = rc.Geometry.Interval(0,1)
print (rs.CurveDomain(curve01))
a=rs.SplitCurve(curve01,y)
and i get this eror:
[0.0, 1.0]
Runtime error (TypeErrorException): Parameter must be a Guid or string representing a Guid
Traceback:
line 467, in coerceguid, "C:\Users\91hag\AppData\Roaming\McNeel\Rhinoceros\5.0\Plug-ins\IronPython (814d908a-e25c-493d-97e9-ee3861957f49)\settings\lib\rhinoscript\utility.py"
line 2404, in SplitCurve, "C:\Users\91hag\AppData\Roaming\McNeel\Rhinoceros\5.0\Plug-ins\IronPython (814d908a-e25c-493d-97e9-ee3861957f49)\settings\lib\rhinoscript\curve.py"
line 6, in script
Since i found your post i thought maybe you already found out the answer!
any idea?
Thanks,
Mar 4, 2013
rhinograsshopper2014
Saludos de ecuador porfavor brindame ayuda deseo desarrollar window 500lux https://www.youtube.com/watch?v=6ssgXi9hSn0 ayudame con informacion explicacion desarrollo cualquier ayuda es bienvenida gracias
Greetings from Ecuador brindame please help develop desire window 500lux help me with information https://www.youtube.com/watch?v=6ssgXi9hSn0 explanation developing any help is welcome thanks
https://www.youtube.com/watch?v=6ssgXi9hSn0
Dec 30, 2014