Jump to content

Search the Community

Showing results for tags 'annotation'.

  • Search By Tags

    • annotation ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 22 results

  1. 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....
  2. 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...
  3. 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....
  4. 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...
  5. 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.
  6. 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
  7. Bubba1982

    Inverted Revision Clouds

    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....
  8. 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...
  9. 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...
  10. radh

    Annotation

    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?
  11. 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...
  12. 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...
  13. 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...
  14. 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))))...
  15. 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 .
  16. 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...
  17. 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...
  18. 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...
  19. Hi, How would you add features like radius, diameter to a leader line? Thank you Dulerong
  20. magic_man1

    Annotation Offsets

    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...
  21. 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...
×
×
  • Create New...