You are here:

Computer-Aided Design

Recent Answers

2013-05-04 AutoCAD - Autocad 2012:

(defun dnerr (msg)     (if msg (princ msg))     (if os (setvar "osmode" os))     (if post (setvar "dimpost" post))     (if dlun (setvar "dimlunits" dimlun))     (setq *error* olderr)     (princ)  )  (defun

2013-04-10 AutoCAD - Text size in viewports:

Hi Kevin,    Thanks for the question. This can absolutely be done. There are several approaches, and I will start with my preferred method and give you four ways to do this.     Very best (in my not so

2013-04-10 AutoCAD - Viewport scale:

There is a way.  It's a bit complicated, and to the point that I don't like it, but it involves several system variables. They are as follows:     Annoallvisible:   Hides or displays annotative objects

2013-04-04 AutoCAD - Text:

Hi Ryan,    My guess off the hop is one of two likelihoods:    1. The font being used is being loaded from different files on each computer, or  2. The computers are printing from different CTB files.

2013-04-02 AutoCAD - Custom or industry-specific linetype resources:

TC, welcome back...for the standard acad.lin installation, it should be located under your roaming profile, which is C:\Users\(user_name)\AppData\Roaming\Autodesk\(vertical_product)\enu\Support\.   FYI

Categories

Browse Alphabetically

©2013 About.com. All rights reserved.