How to Get and Set Type Parameters in Revit Using Dynamo

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ต.ค. 2024

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

  • @MrsSorvad
    @MrsSorvad 3 หลายเดือนก่อน +1

    Thanks for sharing. I learned a lot :)

  • @MariaSamanthaDeCastro
    @MariaSamanthaDeCastro 3 หลายเดือนก่อน

    Hi! what node can we use, if you need to get multiple parameter values to show

    • @ArchSmarter
      @ArchSmarter  3 หลายเดือนก่อน

      You can either use multiple instances of the Element.GetParameterValueByName node or you could pass a list of parameter names into a single instance of Element.GetParameterValueByName. It really depends on what you want to do with the parameter values once you get them.