Author Topic: Difference between Typing Commands and Interface Buttons  (Read 1464 times)

0 Members and 1 Guest are viewing this topic.

MSTG007

  • Gator
  • Posts: 2601
  • I can't remeber what I already asked! I need help!
Difference between Typing Commands and Interface Buttons
« on: January 12, 2016, 07:55:29 AM »
I am just trying to get a better understanding how / why certain commands to what they do.

For instance, When I setup a new Viewport, I usually do the (ZOOM / SCALE / 1/20XP) for a 20' scale drawing, and then have to do a regenall (REA). But when I do the same setup. I select the button on the lower right of the screen (CANNOSCALE) and change that to a (1" = 20') it does the zoom and then also regens for me.

Another one I have noticed, is when I do (DRAW ORDER) Send to back. With typing I have to manually add the (REA) after the command, but if I use the Button or Right Click on the Mouse it does the command with the regen automatically.

Just curious why it might do that.
Civil3D 2020

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Difference between Typing Commands and Interface Buttons
« Reply #1 on: January 12, 2016, 04:48:49 PM »
I would suspect that the command version (button, or Right click operation) is 'chained' to perform a REGENALL to reset thee drawing index after the command completes.
Be your Best


Michael Farrell
http://primeservicesglobal.com/

Jeff H

  • Needs a day job
  • Posts: 6150
Re: Difference between Typing Commands and Interface Buttons
« Reply #2 on: January 12, 2016, 05:51:29 PM »
From CUI
Quote
^C^C^P_ai_draworder _Back ^P

Looks like right-click uses AI_DRAWORDER command.