Hello,
I have been working with Rhino compute using hops.
I am working on passing a grasshopper file to a local rhino.compute server. And what I found with passing a plane in, and evaluating the definition of the plane before and after executing the compute has me racking my head.
Passing the Plane to the compute server as geometry. The definition of the plane changes both in position and orientation. While inside the GH file sent to the server, nothing is happening, and is just returning a plane that was passed in.
My thoughts are that the world space coordinates are different in rhino compute than in rhino desktop.
Rhino version: Rhino 7 SR34 2023-9-24 (Rhino 7, 7.34.23267.11001)
Hops Version: v0.16.2
Compute: Compute 1.0.0.0, Rhino 7.34.23267.11001
Here is how I have the grasshopper file set up which calls hops, and the contents inside the grasshopper file are sent to the compute server. And what it visually looks like.
Working File:
File sent to Compute
Visualization of Planes using Vectors (Blue vector is Z Axis)
Any Thoughts on this would be helpful.
Thank You