Hello, Community!
I am currently exploring Speckle in a local development environment to evaluate its functionalities. Among them, I am focusing on the Dynamo Connector, and I would greatly appreciate it if you could provide some clarification on the following points.
-
In the current local development setup, the Dynamo Connector appears to use port 3000 and works with stream URLs in the format:
http://<server_address>:3000/streams/<projectId>/branches/<modelName>
.
I would like to confirm if this is the correct format. Additionally, I am curious about the potential impact if the legacy pages are removed in the future. -
Regarding objects that cannot be represented as Geometry, I have reviewed the documentation (https://speckle.guide/user/dynamo.html#creating-custom-objects) and observed the expected behavior when custom objects are sent.
However, I am wondering if there is a way to transmit the actual Dynamo script itself (e.g., the programmed code in Dynamo) to Speckle.
-
When data is sent, Speckle seems to automatically convert it as per the documentation (https://speckle.guide/user/dynamo.html#send-data). If the automatic conversion fails, does the data appear as
null
? Could you please confirm this behavior? -
Lastly, I would like to confirm whether the Dynamo Connector can be used with Dynamo Sandbox in addition to Dynamo for Revit.
Thank you in advance for your response. Have a great day!