Steve_Nyhof

Members
  • Posts

    1542
  • Joined

  • Last visited

Everything posted by Steve_Nyhof

  1. In AutoCAD, you select objects with a window (anything inside), or a crossing "window" (anything the window crosses). A window is made by clicking and dragging to the right, and a crossing is made by clicking and dragging to the left. I hope this can be added some time to Chief as both are used extensively! So in Chief, I set up the hotkeys for these two options. Select Intersected Objects and Select Contained Objects. Hotkeys for when in select mode... Select Intersected Objects - SC (S, C = Select Crossing) Intersected Select Contained Objects - SW (S, W = Select Window) Contained Note that I am not using SI, as I like to keep my keystrokes close and on the left of the keyboard if possible so I do not need to look at my keyboard. If the keys I want are on the right, they will be grouped on the right, but I seldom do that. You of course can use SI (Intersected) and SC (Contained) if you understand from Chief's lingo. I come from AutoCAD so I understand these commands from AutoCAD's lingo. Chief also uses the Shift key (held down) to make multiple selections - very nice!
  2. Thank you Mark for the info. I am excited about researching more about and using Ruby to update text related things, but still finding other ways, perhaps a macro recorder to do other things. Thank you!
  3. I'm new here so maybe this is already covered in some place I am missing. Can someone versed in Ruby offer some guidance to information, books, videos, etc. where I could learn more about Ruby and how it is used within Chief Architect? I'm coming from an older version of AutoCAD ADT and have programmed extensively with AutoLISP. I would think these have similarities, but also would like to know if there is a command line, or how does Ruby communicate with keystrokes/mouse to call a command/script? Thank you