Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Autocad commandline 1

Status
Not open for further replies.

SeanSweeney

Civil/Environmental
Joined
Mar 16, 2005
Messages
173
Location
NO
What is the difference between the following on the command line:

zoom
_zoom
'_zoom

I have a friend who is learning Autocad from a book and she is curious as to what these notations mean (and why they produce the same result).


Cheers. Sean.
 
Hi Sean,

zoom is the command in the language of your acad-version.
_zoom is the englisch command.
Example: _line = linie (German)

'zoom is the transparent command. You can use it during an another command.
Example: _circle -> 'zoom -> ...etc
try it without the apostroph _circle -> _zoom

HTH, Lothar

ADT 2004
ACAD 2002
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top