PACK 02 - Model Maintenance- SCRIPT 1 / 4 - Pin all links - BIM One Inc

PACK 02 - Model maintenance - SCRIPT 1/4 - Pin all links - BIM One Inc

Here is script 1 on 4 for today

With this script you will be able to:

Pin every instance of Revit links in your model.

2 step process

  1. Launch the script.
  2. A window dialog will report the pinned links.

and for the french speaking people :slight_smile:

UPCOMING SCRIPTS

We can’t wait to release our next Dynamo Script Pack. The third pack should consist of tools to help you replace data or elements in batch.

If you have any questions about these scripts, please do not hesitate to contact us on dynamo@bimone.com. If you’d like to receive the latest news, sign up here to our monthly newsletter.

INTERFACE

All scripts have an interface when needed (with thanks to our friends at data|shapes).

DEPENDENCIES

We worked hard to develop our scripts with as few dependencies as possible to make deployment and maintenance straightforward. By dependencies, we mean custom nodes that need to be downloaded for the script to be functional.

Languages

Our scripts are bilingual. The first section of each script starts with a Python script that queries the language of the Revit interface and conditions the text of the interface.

WARNINGS

  • These scripts are distributed free of charge by BIM One Inc. They have all been tested and used by our specialists before being released. However, Dynamo, like computing, is not an exact science. Some scripts may not work as expected on your computer or in your projects. We cannot be held responsible for your use of it. Obviously, we will try to correct any problems or answer your questions as best we can and according to our availability. Our goal is to follow up once a week.
  • Like any Dynamo script, it’s essential to understand that manipulations on a file can cause an unwanted result: Always save your file or a copy before proceeding.

*In order to have a correct result, it is necessary to close and reopen Dynamo every time you use the same script on the same file.

BIM1_PinAllLinks.dyn (35.6 KB)

6 Likes

Very nice script. True is pinned, false is unpinned but somehow the display message is always the same whether pinned or not pinned.
image

yep, the text is hard coded. :roll_eyes:
I will fix that eventually.

Thanks a lot jean for reply. I tried but have no idea about python script used.