About > AllExperts  
Search for
  Main Menu Ask a Question Browse Past Answers Meet Top Experts Be an Expert Login (Experts Only)
About Us  ·  FAQ  ·  Tell Friends About Us  ·  Link To Us  ·  Free Encyclopedia  ·  Disclaimer  ·  Tech Support   
  You are here:  AllExperts > Computing/Technology > Computer-Aided Design > AutoCAD

Expert Profile: Scott Cook

Expertise:  I`ve been using AutoCAD since 1987 and programming AutoLISP nearly as long. I can answer questions about programming AutoCAD (except ARX) and production enhancement techniques. I cannot answer questions about AutoCAD crashes or DWG corruption. AutoCAD PROGRAMMING (menus, lisp) related questions only!

Experience in the area
Since 1987. Author of Plot2000 software for for AutoCAD, http://www.plot2000.com. PROGRAMMING QUESTIONS ONLY PLEASE. Questions that are NOT related to programming or AutoCAD customization (menus and lisp only please) are outside the scope of my volunteer services and will NOT BE ANSWERED.

Ask a Question       View Past Answers       View Ratings            
What do you like about this subject?  There is a new challenge every day, and there are many ways to solve most problems. Please ask me AutoLisp questions only please.
Something controversial or provocative about this subject  How many options are there to the ARC command?
Average Ratings
Prestige Points: 2348
Knowledge   9.71   Best of the best
Clarity of Response   9.63   Best of the best
Timeliness   9.86   Best of the best
Politeness   9.92   Best of the best
Number Of Questions
(in Past 24 Hours)
0
Max Questions to be Asked
(in 24 Hour period)
1
Total Questions
(since joining AllExperts)
695
Recent Reviews from Users
KnowlClarityTimePolitenessDate
1010101008/21/08
1010101007/30/08
1010101007/08/08
1010101006/02/08
101005/20/08
User Comments
Thanks Scott for a timely responce and a knowlegable answer.
(Alan on 08/21/08)
Excellent work.
(AMIR NASSIRI on 07/30/08)
Thanks for your quick response
(JOB JOHN on 05/20/08)
View All Comments
Ask a Question       View Past Answers       View Ratings            

Recent Answers from Scott Cook
2008-08-21  CUI Customization If your old .mns file still reflects the current state of your menu, you can use notepad to add the menu item and re-import it. If your .mns is out of date, use the CUI command to customize the pull-down...
2008-08-05  Assigning ID to Polylines in AutoCAD Not possible with built-in autocad, this would require a lisp routine to do, and if the text in line is a separate entity it would not be possible to automate it 100% because I assume you want to associate...
2008-08-04  Assigning ID to Polylines in AutoCAD Entity handles are unique identifiers generated by autocad that don't change between sessions, etc. they are a hexadecimal number and can be used for what you want. you'll probably need to write some sort...
2008-07-08  Linetypes with lisp There is a function called tblsearch you can use to determine if the linetype you are about to load is already loaded. So your code would be something like: (if (not (tblsearch "linetype" "mylinetype"))...
2008-06-11  Specific Line types If you only want one arrow, it might not be possible with a linetype. If I recall correctly, linetypes repeat (meaning you could end up with more than one arrow). I think you might be able to specify a...
More Answers for "AutoCAD"


Advertise on This Site | User Agreement | Privacy Policy | Kids' Privacy Policy
Copyright  © 2008 All rights reserved. AllExperts is a property of About, Inc.
The About logo, About and About.com are registered trademarks of About, Inc.