Closed mishaelnuh closed 5 years ago
Step 0:
Sending objects should have their property names as defined by SpeckleCoreGeometry. (lower case first letter)
Sending objects from SpeckleRhino (and maybe other clients) sends the actual property names instead of the one defined.
Example: https://hestia.speckle.works/api/v1/streams/EBASHW7qM/objects?omit=displayValue,base64 "vertices" is sent as "Vertices", "textureCoordinates" is sent as "TextureCoordinates", etc.
SpeckleCore, SpeckleRhino, SpeckleViewer.
Maybe others
Send an object from Rhino or Grasshopper.
Step 0:
Expected Behaviour
Sending objects should have their property names as defined by SpeckleCoreGeometry. (lower case first letter)
Actual Behaviour
Sending objects from SpeckleRhino (and maybe other clients) sends the actual property names instead of the one defined.
Example: https://hestia.speckle.works/api/v1/streams/EBASHW7qM/objects?omit=displayValue,base64 "vertices" is sent as "Vertices", "textureCoordinates" is sent as "TextureCoordinates", etc.
Affected Projects
SpeckleCore, SpeckleRhino, SpeckleViewer.
Maybe others
Reproduction Steps & System Config (win, osx, web, etc.)
Send an object from Rhino or Grasshopper.
Proposed Solution (if any)