Grasshopper

algorithmic modeling for Rhino

I am trying to use the GHPython Parallel component to cull duplicate points from a list of lines. However its giving me an error as below. Could someone tell me where am I going wrong? 

Views: 500

Replies to This Discussion

I guess you need to right click on x and make it List Access.

Thanks Mostapha, 

It is on list access. Not working :( 

Apoorv 

Do you want to upload your file?

Thanks! Uploading the file. 

Attachments:

what you are trying to do cannot be parallelized.

oh! I wasn't aware of this. and by that you mean that cull points function does not actually use multiple CPU's or the GHpythonlib.parallel cannot support this function?

is that another way to make this process faster? 

the cull points function requires having access to all the points at the same time - parallel processing is only useful for parallel, independent tasks. 

There is no way I know of to make this process faster. 

RSS

About

Translate

Search

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service