| ||||||||||||||
|
|
||||||||||||||
|
Welcome, Guest.
|
||||||
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
ACAD Wish List Administration
Join Date: 2005-06
Posts: 1,817
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Summary: An option to place all dimensions on a user defined layer, eliminating the need to change layers when dimensioning an object.
Description: Placing Dimensions on a given layer has always been on task we all dread trying to remember. A button in the Dimension Dialog Box would allow all Dimension to be placed on a given layer. But just like dimensions they would allow for an override. W. Kirk Crawford Rochester Hills, Michigan How Used: Allow a check box for Dimensions to be on a given layer, and then key-in that layer name, or allow a pull-down from the Layers Manager. But allow for Overrides. Feature Affinity: Dimensions Submitted By: Kirk Crawford on February 5, 2006 |
|
|
|
|
#2 |
|
Member
Join Date: 2006-02
Posts: 25
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Change your command macro under the "Customize User Interface" to something like this,
*^C^C-layer;set;A_dims;^C^C_dimlinear. The asterisk in front keeps the command going until you key in escape. |
|
|
|
|
#3 |
|
Active Member
Join Date: 2005-09
Posts: 81
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
We use the tool palettes for this - although we don't have the override option (what did you want to override - the layer?) The tool palette option imports the dimension style, and child styles, as appropriate, from a source file, and puts them on the appropriate layer. Its a very powerful function, available to you now.
|
|
|
|
|
#4 |
|
Member
Join Date: 2004-10
Posts: 12
![]() ![]() ![]() ![]() ![]() ![]() |
you could possibly write a lisp code fragment To change dimensions "The morning after"
but To allow for certain dimensions To be on "alternate" layers you might have To define more Than one dimension style (defun c:chg-dims () (setq dimx (ssget "x" (list (cons 0 "dimension") (cons 2 "dimension-style-name"))))) (entmod (assoc 8 <The "whatever-current-layer-name"> <To The "intended-layer-name">)) ) you could set This up To ONLY LOOK for The dimensions That do NOT have The "alternate-named-dimension-style" ok not exactly correct, )); but a sketch of an idea i am not sure how To filter dimension-style-names but i assume it is possible just an Idea Randy |
|
|
|
|
#5 |
|
Member
Join Date: 2006-03
Location: Seattle, of course!
Posts: 6
![]() ![]() ![]() ![]() ![]() ![]() |
Actually, I think this is a great idea. I reject the idea that "you could write a lisp routine". This is true for just about everything. The idea is to take ideas that people think are useful, and make them part of the program.
|
|
|
|
|
#6 | |
|
Wish List Manager
Join Date: 2000-11
Location: 150700
Posts: 3,420
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Quote:
Remember, the only way to make these wishes reality is to vote when the time comes!!! |
|
|
|
|
|
#7 | |
|
Member
Join Date: 2006-03
Location: Seattle, of course!
Posts: 6
![]() ![]() ![]() ![]() ![]() ![]() |
Quote:
|
|
|
|
|
|
#8 | |
|
Wish List Manager
Join Date: 2000-11
Location: 150700
Posts: 3,420
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Quote:
|
|
|
|
|
|
#9 |
|
Member
Join Date: 2005-07
Posts: 29
![]() ![]() ![]() ![]() ![]() |
Not every dimension ends up on the same designated layer. There could be a dozen layers intended for dimension objects on one building plan.
|
|
|
|
|
#10 | |
|
Certified AUGI Addict
Join Date: 2004-09
Location: Houston
Posts: 6,461
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Quote:
|
|
|
|
|
||||||
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SEQEND on different layer | jrd.chapman | AutoLISP | 4 | 2005-11-28 05:15 PM |
| Finish 1[4] vs Finish 2 [5] | fangelo | Revit Architecture - General | 6 | 2005-11-13 09:55 PM |
| Section dimensions not displaying on the correct plane | Spectrefish | AutoCAD 3D (2006 or below) | 2 | 2005-04-29 07:01 PM |
| Layer Manager & Layer drop down are slow to open. | Glenndp | AutoCAD FAQ (Read only) | 0 | 2005-03-17 06:01 PM |
| Trim to Layer | kieren | AutoLISP | 3 | 2004-09-01 02:59 PM |