Can not upload model via loading time

Hi. Calculating my model when i am trying to upload it takes too much time (more than 20 seconds), even though it takes 200 ms on my pc. I have a lot of internalized geometry, can this be an issue?


4 types_drawings.gh (19.5 MB)

Always compare with the time it takes to open your definition the first time, not further computations. On my side, it takes between 2 and 5 seconds for initial computations. However, additional operations happen on the servers:

  • For the initial model checking, the number of components in your definition highly impacts the computation time, as all components need to be iterated through and processed. I see in your definition that it is divided in roughly four identical groups of components. If it is possible in any way for you to reduce the number of components by making use of tree structures (best) or clusters (also ok), it would help get your model under the time limit.
  • All displayed geometry needs to be meshed. In your case, there a hundreds of Breps sent to the Legacy Display components, which can take a significant time to mesh for the online viewer. Consider meshing your geometry manually, keeping in mind that for display you might not need very fine meshes. Consider also using the newer glTF 2.0 Display component.
  • If you are still not managing to get the server computation time under the limits of your account, consider upgrading for longer computation times.
1 Like

Thank you!

image

is this message about outputs that can be downloaded?

This is about the size of the geometry you are trying to display in the viewer. Your account is limited to 20mb (this is true for Designer and Designer Plus, see Geometry Output Size here). You can solve this by reducing the size of the displayed meshes or upgrading your account.

1 Like