Hi @BIGAL sorry for the late reply,
Currently I'm out of home.I’m trying to simplify drawing crank bars on column elevations, which I usually do manually. Ideally, I’d like everything to work through the command prompt, but a DCL dialog box could be helpful to learn about for future reference.
Z1: Calculates H as the sum of the level 1 and level 2 bar diameters plus a cushion (1/4”), and K as H * 6 (using a 1:6 crank ratio).
Z2: Allows manual entry of H and K values.
Z3: Similar to Z1, but includes an offset in the H calculation.
Z4: Uses predefined values for H and K.
I initially tried to make the crank ratio universal across Z1 and Z3 in a single command but ended up separating them for simplicity. I’m also try to adding a feature to the Z4 command to allow non-coders to update H and K values through the command prompt, instead of having to open and edit the LISP file directly but this was optional.