you can directly specify amount of steps in the array parameter settings, rather than making incremental calc.
@zeljkoa.2298Ай бұрын
Thank You very much! Greetings from Germany
@CivilTechSource17 күн бұрын
Danke!
@trondwell1311 ай бұрын
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
@CivilTechSource9 ай бұрын
How is the block going?
@CivilTechSource Жыл бұрын
Happy New Year! Thank you for your support so far!
@josephsanmiguel7930 Жыл бұрын
Constraints .👏👏💯🔥
@CivilTechSource Жыл бұрын
I recall seeing someone creating a crane using constraints and you could move the crane like in real life.
@josephsanmiguel7930 Жыл бұрын
@@CivilTechSource 😮 where can I see that can you make a video 💪 I wanna see how
@mjamaluddin62 Жыл бұрын
Excellent
@CivilTechSource Жыл бұрын
Thank you!
@danielchinelato9608 Жыл бұрын
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 Жыл бұрын
If you used insert field, maybe you can try change the decimal value?
@danielchinelato9608 Жыл бұрын
@@CivilTechSource I used the parameter linear distance and action array
@CivilTechSource Жыл бұрын
Where does it show your distance the 1.2 2.4 etc?
@danielchinelato9608 Жыл бұрын
@@CivilTechSource in properties press ctrl+1 or comand PR
@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.