Hi,
I have question about baked geometry from grasshopper deffinition sended to viktor-cli local environment. It seems that not all geometry is shown in GeometryView. I used base viktor-cli app.py from documentation and connect my custom .gh script. In Rhino I see all geometry and in viktor-cli seems that there isonly paart of it. Did someone meet this behavior?
Thanks a lot.
Marian
Hi Marian,
You are outputting a list of meshes in Grasshopper. Probably your code only bakes one of them into the rhino3dm file. You can update your code around the AddMesh line to loop over all meshes.
Another, much simpler, approach is to use the Mesh Join component in Grasshopper, to output 1 mesh.
Rick
Hi Rick,
thank you a lot. That was a reason.
Marian