I am trying to use the Import 3dm node in a remote-executed grasshopper definition over Hops, on a local compute setup. So far I am unsuccessful.
I attach the compute console log, when trying to run the scripts.
So, right now rhino.compute doesn’t know how to transmit Model Objects back and forth. We have put together a solution but it needs a little more testing, etc. before it can be released. So, the solution is to use the Import Content and then extract the raw geometry (ie. breps in your example) and return those instead of the Model Objects themselves. Hopefully that makes sense. Try this example and see if it works for you. import3dm_alternative_AP.gh (8.3 KB)