Grasshopper

algorithmic modeling for Rhino

Hello, Guys!

I study the use of python in a grasshopper. I rewrite the function of the grasshopper in the python code.
I'm trying to make code for such a simple definition for a grasshopper.

The parameter pts = rg.Curve.PointAtNormalizedLength (x, 0.1) does not determine the point in the wrong place, is it possible in some way to make such a definition of a grasshopper on a python? What am I mistaken about?

Views: 436

Replies are closed for this discussion.

Replies to This Discussion

I'm pretty sure that "Mesh Eval" just implements the RhinoCommon mesh methods Mesh.PointAtMesh.NormalAt and Mesh.ColorAt. So you might as well call those directly in your Python code instead of doing workarounds with the edges, if I understood your problem correctly that is. 

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service