No Script GDL for Archicad users with Patrick May

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

Комментарии • 12

  • @snnor
    @snnor Год назад +3

    it would be nice to have more video of GDL scripting use cases to encourage us to enter this world thank you very much for all these shares

    • @SkewedBIM
      @SkewedBIM  Год назад +1

      I agree. There is a lot of benefits in learning how to create objects and their benefits in creating efficient workflow.

  • @vinicivsaleixo
    @vinicivsaleixo Год назад +2

    great tutorial! thanks!

  • @guilhermechirigatti3065
    @guilhermechirigatti3065 Год назад +1

    Amazing solution!

    • @SkewedBIM
      @SkewedBIM  Год назад +1

      Pat demonstrates some good workflows in this session!

  • @mariansdraila
    @mariansdraila Год назад +3

    I wonder if you could save the object as a lamp, so you can use it with the lamp tool!
    Also, the 2d symbol needs to scale up or down according to the scale of the drawing and I wonder how would that be done!

    • @SkewedBIM
      @SkewedBIM  Год назад

      You could save it as a lamp, yes, but in that form it will not have an IES file attached to it so you can use it for accurate lighting in renders.
      With regards to scaleable symbols I would actually question the need for this, as in practice you would have a single scale in which you would deliver lighting/electrical drawings. People that want that flexibility could implement a 2D script into their objects to adjust dependant on scale.

    • @guilhermechirigatti3065
      @guilhermechirigatti3065 Год назад

      IF GLOB_SCALE=250 THEN
      .... do something ...
      ENDIF
      IF GLOB_SCALE=100 THEN
      .... do something ...
      ENDIF
      IF GLOB_SCALE=20 THEN
      .... do something ...
      ENDIF
      (Old symbol: A_ --> IF A_=250 THEN ..)

  • @riklo574
    @riklo574 6 месяцев назад

    Does anyone know how to make the Symbol text "P" editable string text, and have its own parameter. Or even better reference it from the models classification and properties tab ?

  • @trbopwr79
    @trbopwr79 Год назад +1

    No script gdl...scripts gdl

    • @SkewedBIM
      @SkewedBIM  11 месяцев назад +1

      I think the point Pat was trying to get across is that unlike traditionally scripted elements the majority came from geometry saved as an object. He then demonstrates the method of adding scripting to the object to make it more usable.