mcneel / ghpython

A Grasshopper component for Rhino.Python
http://www.food4rhino.com/project/ghpython
117 stars 34 forks source link

Failure to coerce line #26

Closed bengolder closed 12 years ago

bengolder commented 12 years ago

This is the exact error I get:

Runtime error (ValueErrorException): Could not convert c8d0071b-9239-4e44-b719-4a91f7eef3d0 to a list of points
Traceback:
  line 421, in coerce3dpointlist, "C:\Users\benjamin\AppData\Roaming\McNeel\Rhinoceros\5.0\Plug-ins\IronPython (814d908a-e25c-493d-97e9-ee3861957f49)\settings\lib\rhinoscript\utility.py"
  line 530, in coerceline, "C:\Users\benjamin\AppData\Roaming\McNeel\Rhinoceros\5.0\Plug-ins\IronPython (814d908a-e25c-493d-97e9-ee3861957f49)\settings\lib\rhinoscript\utility.py"
  line 44, in LineIsFartherThan, "C:\Users\benjamin\AppData\Roaming\McNeel\Rhinoceros\5.0\Plug-ins\IronPython (814d908a-e25c-493d-97e9-ee3861957f49)\settings\lib\rhinoscript\line.py"
  line 3, in script

from: http://www.grasshopper3d.com/xn/detail/2985220:Comment:388617

piac commented 12 years ago

This is a library issue (rhinopython). I've copied and addressed it there, with a change to the utility.coerceline function. Thanks for submitting this.

piac commented 12 years ago

This is the link for reference https://github.com/mcneel/rhinopython/issues/54

bengolder commented 12 years ago

Thanks giulio