mcneel / ghpython

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

Coerce3dPoint & Coerce3dVector do not accept Vector3f #24

Closed AvdHarten closed 13 years ago

AvdHarten commented 13 years ago

When you run mesh face normals through a function that calls Coerce3dPoint or Coerce3dVector, you get an exception.

This affects many functions from the RhinoScriptSyntax module. A workaround is to call Rhino.Geometry.Vector3f.ToString(). These functions work fine with a string version of the vector.

Arthur

sbaer commented 13 years ago

done

AvdHarten commented 13 years ago

Awesome! And so timely!