Search the Community
Showing results for tags 'annotation'.
-
Make a lisp work by allowing to select a nested block
pvr posted a topic in AutoLISP, Visual LISP & DCL
Hello, I have this code I use to automatically annotate my details (FAS). It takes the block´s name and its description and inputs them into two attributes of the block I use to define a specific Multileader (Smart Multileader). I would like to make it work when selecting nested blocks.... -
Hey guys! Do y'all know of a LISP that will label a hatch based on its name? Similar to what AlanJT did here with block name->mleader. Bonus points if you can get it to work with AlanJT's code, so I only need one command to label my blocks and hatches. And if this isn't possible, then is th...
- 17 replies
-
- annotation
- hatch name
-
(and 2 more)
Tagged with:
-
"Drawing contains large number of annotation scales" dialog
slimpickinz posted a topic in AutoCAD LT
Hey all! Been a while... New job... Working in 2008 LT SP1 right now, and have been noticing most drawings I have inherited are HUGE! Even a blank drawing I have created from deleting objects, purging, ran "audit" and saved back is still over 300kb. Decided to open this up in ACAD LT 2012.... -
Multileaders, Annotation, and Background Masks
CyberAngel posted a topic in AutoCAD Bugs, Error Messages & Quirks
I have a survey xrefed into a site plan. In the survey there is a multileader that needs to appear at two different scales, so I made it annotative. The same multileader sits on top of a hatch (which is in the site plan), so I gave it a background mask. At 1"=20', the larger scale, I can adjust...- 1 reply
-
- background mask
- annotation scale
-
(and 2 more)
Tagged with:
-
I don't know how to annotate text, dimension and leaders. Say I draft in 1-1 in model space. Then I go to layout and need the viewport in scale 1:20, What do I need to do so that even if the viewports are in different scales, the text, dimension and leaders are uniform? Please help.
-
This is a very simple one.. I am so inexperienced with writing LSPs. This command adds the current annotative scale for the object. Instead of retyping it I want to assign it to a shorter keyboard shortcut such as "ASA" _AIOBJECTSCALEADD
- 2 replies
-
- lsp
- annotative
-
(and 3 more)
Tagged with:
-
LISP Idea: one-click all changing annotation scales
ryankevin15 posted a topic in AutoLISP, Visual LISP & DCL
....... -
Hi there, I'm currently using Revit Structure 2015 and I need a simple way to create inverted revision clouds. My main software is Microstation ABD in which when we want to cloud up certain elements in abeyance we use an inverted cloud. I'm quite new to Revit so have not come across this yet....
-
Hi Hope some of you can help solving a problem. When using QLEADER (le enter) in a drawing with custom UCS, the text are displaced away from the leader line. As you can see on attached screen dumps, it looks just fine, when in World UCS. When in a custom UCS, the text are displaced, and when...
-
The Popup Dialog box messages appearing during open the AutoCAD file?How to solve it?
tipu_sultane posted a topic in AutoCAD Beginners' Area
I received a CAD file from some one else when opens I received the messages during loading of AutoCAD software. 1. Proxy Information. 2. References - Unresolved References Files. 3. Annotation Scale - Large Number of Scales. I understand somehow the first two points...- 1 reply
-
- annotation
- issue
-
(and 3 more)
Tagged with:
-
http://www.cadtutor.net/forum/asset.php?fid=42063&uid=123782&d=1378919792 How to create annotation like the attached one? ... is there any preset?
-
Is there a Text + Leader = Annotation shortcut?
klrqn posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Hi Guys, I work with some old school drafters who always seem to create text and a leader separately when making plans. It drives the rest of us bonkers when we have to edit them...So I'm probably reaching here, but is there any shortcut for combining them into annotation? Or am I just stuck cre... -
Making Metric Annotation Scale Not Working
chitownCADteacher posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Hi All, I created a new annotation scale to convert mm to inches and changed my DIMSTYLE to dimension to annotative as well, but when I go to dimension nothing happens. My dimensions, arrows and extension lines are still small. What's more bizzare is when I click the dimension and right... -
Hopefully I can describe this clearly, here goes.. I have a face-based family that references an annotation family. I have already been able to shift create the annotation shift function, that allows the symbol to move independent of the 3D object (moving the annotation along a wall while leavi...
-
call tblobjname on a drawing opened as ObjecDBX! Is it possible???????
Ahankhah posted a topic in AutoLISP, Visual LISP & DCL
Hi all, the following code shows whether a text style is annotative (written by Lee): (defun LM:isAnnotative (style / object annotx) (and (setq object (tblobjname "STYLE" style)) (setq annotx (cadr (assoc -3 (entget object '("AcadAnnotative"))))) (= 1 (cdr (assoc 1070 (reverse annotx))))...- 8 replies
-
- objectdbx
- annotation
-
(and 2 more)
Tagged with:
-
How to Make dimensions follow your Drawing in AUTOCAD ?
fpanjsh4 posted a topic in AutoCAD Beginners' Area
I have a drawing in paper space. When I move the drawing the dimensions and texts do not move with it. Is there something I can use where the dimensions and stuff follow the drawing . -
I am little new to autocad. I was finishing up my autocad project I noticed that the little arrow next to the annotation scale on the bottom right corner of the page was gone. The little arrow shows a list of scales in autocad so you can properly scale your drawing. Does anyone know how to bring...
-
I am little new to autocad. I was finishing up my autocad project I noticed that the little arrow next to the annotation scale on the bottom right corner of the page was gone. The little arrow shows a list of scales in autocad so you can properly scale your drawing. Does anyone know how to bring the...
- 2 replies
-
- annotation scale
- annotation
-
(and 1 more)
Tagged with:
-
I am trying to make a PDF file out of a Layout to accompany the DXF files to a client, but when I create the file, all the annotation is missing. I have created such PDF's in the past and they worked fine, so Im scratching my head as to why it doesnt work now I have attached the files so that t...
-
Hi, How would you add features like radius, diameter to a leader line? Thank you Dulerong
-
I have done a fair amount of scouring the internet for a solution, to no avail, hopefully someone here can help me. For example, I have a hosted electrical receptacle device with a loaded annotation (2D symbol for printed plan purposes). What I would like to do is add a horizontal annotation of...
- 1 reply
-
- reference line
- parameter
-
(and 3 more)
Tagged with:
-
CAD noob dubking here, as stated in other posts, i have had to learn CAD lt 2011, within the weekend just gone, i have managed to sort out all printing issues and title block issues, can you guys please have a look at the jpeg and suggest any other annotations or information you think should be inc...