AutoCAD Dynamic Blocks - Steps

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

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

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

    you can directly specify amount of steps in the array parameter settings, rather than making incremental calc.

  • @zeljkoa.2298
    @zeljkoa.2298 3 месяца назад +1

    Thank You very much! Greetings from Germany

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

    thanks I am halfway to implementing a block but i am trying to input numbers as we would receive them from a survey - usually total rise and total going and then total number of steps are the parameters - eg you start with Going - we start with total going divided by the number of steps to give average going - which has to fall into the range available in the regs. Total rise divided by the same number of steps again has to fall into the regs - eventually if i can figure this out i would rather drag out the number of steps to the total going and have the going calculated and drawn and incremented - this is from the perspective of a survey

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

    Constraints
    .👏👏💯🔥

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

      I recall seeing someone creating a crane using constraints and you could move the crane like in real life.

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

      @@CivilTechSource 😮 where can I see that can you make a video 💪 I wanna see how

  • @CivilTechSource
    @CivilTechSource  2 года назад

    Happy New Year! Thank you for your support so far!

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

    Excellent

  • @danielchinelato9608
    @danielchinelato9608 2 года назад +1

    Hi, I made a Dynamic Block with array comand, its show to me the distance1=1.2 meters but i want its show me the amount, like 1.
    -1.2 meters - count 1
    -2.4 meters - count 2 etc...
    someone knows how I can do this?

    • @CivilTechSource
      @CivilTechSource  2 года назад

      If you used insert field, maybe you can try change the decimal value?

    • @danielchinelato9608
      @danielchinelato9608 2 года назад

      @@CivilTechSource I used the parameter linear distance and action array

    • @CivilTechSource
      @CivilTechSource  2 года назад

      Where does it show your distance the 1.2 2.4 etc?

    • @danielchinelato9608
      @danielchinelato9608 2 года назад

      @@CivilTechSource in properties press ctrl+1 or comand PR

    • @CivilTechSource
      @CivilTechSource  2 года назад

      The distance will always measure the actual distance, what you can do instead is hide that property by selecting the distance and check the property. You can add an attribute and add use insert field and add some additional if statements to do what you want.