Welcome to our knowledge base. To find what you're after, use the search box below or choose a category to view listed articles.
This is a live project and the FAQ database is being constantly updated by our team of experts. Currently, there are over 40 additional answers to common questions in preparation.
Why do my blocks come in the wrong size?
This problem arises from incompatibility between drawing units set in the drawing used to create the original block (the source drawing) and the drawing the block is imported into (the target drawi...
Example FAQ
... opened.
Use the command STYLE to get the following dialogue box up, where the text style can be created to suit requirements:
Further information can be obtained from AutoCad help under "Text...
How do I Create an Error Handler in LISP?
...ll Last Updated: 3rd May 2009 [First Draft] Let me start by saying that there is no "set" way to create an
Error Handler. They vary from user to user, some are long and arduous,
whereas others ar...
What is Mapcar & How do I use the Lambda Function?
...s task in a number of ways, for example, using the foreach function to shuffle through the list and create a new list of strings: (foreach str '("alan" "ben" "claire" "david")
(setq nlist (cons (...