Grasshopper

algorithmic modeling for Rhino

Runtime error (MissingMemberException): 'Point3d' object has no attribute 'RemoveAt'

Hi,

This is my first time using Python and I'm having trouble with this error that keeps popping up when I 'Test' the script.

Any ideas?


Views: 1500

Replies are closed for this discussion.

Replies to This Discussion

Hard to be sure without the code. Most likely you have allPoints set to ItemAccess. So your code will see each point as a single Point3d in allPoints. Make that ListAccess to have all your points in a list.

RemoveAt typically is a list function, my guess is you're trying to remove something from a point3d object that you should remove from a list object. It's difficult to say anything else without code.

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service