AutoCAD Dynamic Blocks - Steps

Sdílet
Vložit
  • čas přidán 27. 08. 2024

Komentáře • 17

  • @engiuser
    @engiuser Před 6 měsíci +1

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

  • @CivilTechSource
    @CivilTechSource  Před rokem

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

  • @josephsanmiguel7930
    @josephsanmiguel7930 Před 11 měsíci +1

    Constraints
    .👏👏💯🔥

    • @CivilTechSource
      @CivilTechSource  Před 10 měsíci

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

    • @josephsanmiguel7930
      @josephsanmiguel7930 Před 10 měsíci

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

  • @mjamaluddin62
    @mjamaluddin62 Před rokem +1

    Excellent

  • @trondwell13
    @trondwell13 Před 8 měsíci +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

  • @danielchinelato9608
    @danielchinelato9608 Před rokem +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  Před rokem

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

    • @danielchinelato9608
      @danielchinelato9608 Před rokem

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

    • @CivilTechSource
      @CivilTechSource  Před rokem

      Where does it show your distance the 1.2 2.4 etc?

    • @danielchinelato9608
      @danielchinelato9608 Před rokem

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

    • @CivilTechSource
      @CivilTechSource  Před rokem

      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.