AutoCAD Dynamic Blocks - Steps

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

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

  • @engiuser
    @engiuser 7 หลายเดือนก่อน +1

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

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

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

  • @josephsanmiguel7930
    @josephsanmiguel7930 ปีที่แล้ว +1

    Constraints
    .👏👏💯🔥

    • @CivilTechSource
      @CivilTechSource  11 หลายเดือนก่อน

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

    • @josephsanmiguel7930
      @josephsanmiguel7930 11 หลายเดือนก่อน

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

  • @trondwell13
    @trondwell13 9 หลายเดือนก่อน +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

  • @mjamaluddin62
    @mjamaluddin62 ปีที่แล้ว +1

    Excellent

  • @danielchinelato9608
    @danielchinelato9608 ปีที่แล้ว +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  ปีที่แล้ว

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

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

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

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

      Where does it show your distance the 1.2 2.4 etc?

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

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

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

      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.