Dynamo - Change Specified Parameter on Multiple Sheets. [Revit 2023]

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ย. 2024

ความคิดเห็น • 13

  • @O-RITechnology
    @O-RITechnology  2 ปีที่แล้ว +1

    Hi Everyone!
    Let me know if you want to have a workflow for something specific.

    • @yoshi.jeje_StructuralEngineer
      @yoshi.jeje_StructuralEngineer ปีที่แล้ว

      Hi O°RI I have a lot of ideas for script since I worked with some company in the past, let me know if you want have a talk :)

    • @O-RITechnology
      @O-RITechnology  ปีที่แล้ว +1

      @@yoshi.jeje_StructuralEngineer Hi Lorenzo,
      Thank you for your message. I am currently busy with some other stuff, but would definitely contact you once I finish.

  • @Dsher719
    @Dsher719 ปีที่แล้ว

    Thank you! I've found this useful as my office has multiple Text-based parameters used for sheet sorting. Editing from the schedule only limits you to changing one data row at a time, so it takes way too long. This exact tutorial helped automate some of that process.

  • @LUISDLCH
    @LUISDLCH 10 หลายเดือนก่อน

    ERES UN MAGO!! GRACIAS, ESTA RUTINA !!! THANKS!
    Por favor, como haría si tengo 3 grupos de planos (sheets) por ejemplo ENTREGA 1
    ENTREGA 2
    Etc...
    Y solo deseo seleccionar todo el grupo de la entrega 2.
    Igual muchas gracias amigo!! 🎉

    • @O-RITechnology
      @O-RITechnology  10 หลายเดือนก่อน

      Not too sure what it means, but I guess you found the video helpful haha. Please write in English 🙂

  • @alyassakamal9242
    @alyassakamal9242 ปีที่แล้ว

    hi, i have downloaded the script and load it into dynamo player. however when i run it the UI window didnt pop up, but the player mention "run completed with error". how do i move forward from here?

    • @O-RITechnology
      @O-RITechnology  ปีที่แล้ว

      Hi! Did you download the required packages before running the script? on the 0:25 I mention the required packages for this script. 🙂

  • @noahdawn5751
    @noahdawn5751 ปีที่แล้ว

    Hi, is it possible to set a sheet parameter based on "if sheet number contains 'G' then set the value of the parameter to 1.01". I want to automate sheet ordering in my sheet index by assigning a code based on the sheet number.

    • @O-RITechnology
      @O-RITechnology  ปีที่แล้ว

      Hi Noah,
      Yes, it should be possible.
      To do that, you should create a range of min1.01 with a step of 0.01 and max based on the number of sheets you need.
      After that, you need to supply those values back to the SetParameterValue node.

  • @yoshi.jeje_StructuralEngineer
    @yoshi.jeje_StructuralEngineer ปีที่แล้ว

    What's the point of this script? I didn't get the point. In RVT you can already select multiple sheets and change a parameter :/

    • @O-RITechnology
      @O-RITechnology  ปีที่แล้ว +1

      Hi Lorenzo,
      this is just an example of what can be done for many elements. Using this method, you could set up different conditions for changing specific parameters, not just all to the same value 🙂