Questions about Rhino.Compute

Hello.

I’m a student who is creating a model viewer through Python and Rhino Compute.

I want to use the RINO Compute code to accept the information in Dimension and check it in the viewer, but there is an error.

If you have any opinions on this, please do so.

Also, the horizontal and vertical adjustment problem is not working well in other problems, so please advise me.




Test2.gh (18.2 KB)

1 Like

Dimensions (and really any of the newer data types that were added in Rhino 8 like hatches, blocks, etc.) are not currently supported in rhino.compute. They require additional care when serializing/deserializing these data types because they contain additional references to other data types in the document. Dimensions rely on another data type (i.e. an Annotation Style) which would also have to be serialized correctly in order to work properly. This is something we’re working on fixing, but currently it’s not something that is supported.

2 Likes