How to speed up the Run?

Hey hi :slightly_smiling_face:,
I have a general question to ask on how to speed the Run.
Currently, im running script for: Placing families using Autocad’s X,Y, coordinates and using point.project for Z axis.
The family which gets placed is non-hosted.

I have tested with 800 ceiling based elements and total number of ceiling = 1100

It took the same time when I tested it in advanced PC configuration ( i7-7770, 32gb DDR3 ram)

Take a look to this thread:

2 Likes

@architectcoding Thank you so much :slightly_smiling_face:

Also, check for element bindings in the dynamo file. Deserializing those values is very time consuming.

1 Like