Friday, November 16, 2012

Autocad 2011+ Turn Off That Grid

AutoCad: Don't like the new grid showing up in the background? Are you used to staring into the deep endless vapidness of Model space? Well then, Turn off that grid! I can't find the button, type 'GRID' into the command line, type 'OFF' and enter. VoilĂ , back to outer space for you! Also as a production value, it kept feeling like I was selecting linework that I didn't want to be selecting. A little disconcerting for people who are used to moving fast in CAD.

Friday, November 2, 2012

Custom User Input Detail Callout (Aka Dumb callouts, this is dumb!)


I need a detail callout that I can input my own text. I have seen plenty of these but I need one with a smart section tail. I have found instructions on how to do this, links pasted below. I will update once I have my own free time to test it out.

http://www.apertedesign.com/2010/09/revit-dummy-tags/
"these system annotation items are somewhat protected by a pretty complex layered hierarchy of nested families. In a simplified distillation, it goes something like this:

Separate .rfas create the graphics of the reference bubble, with hard-coded parameters making up the data-drawing labels.
System annotation types designate which of these bubble .rfas will be applied, depending upon the nature of the view being created or referenced.
Appropriate graphics, browser sorting, etc also respond to the nature of the view being created or referenced.
So how was the ‘dummy’ reference accomplished?  I created an .rfa based upon the standard reference bubble, but removed all the standard labels for detail and sheet numbers. In the project, I duplicated the standard callout and section families and created a new type that drew in these ‘blank’ detail bubbles. I created a Symbol of two labels with custom parameters for Detail # and Sheet # to be manually entered by the user.  I created a single drafting view “AAA – CAD detail” to always show up at the top of the list of referenceable views when a user created their CAD-detailed callout/section view.  Once the system recognized the view as a drafting view, it applied one of the detail callout/section types, which was then specified to be the ‘blank’ type by the user. Once positioned, the user then placed the symbol over the blank bubble, and entered in the CAD reference data.  A less than automated process, yes, but the only way to ‘fool the system’ and create manually inputted references."


http://www.revitforum.org/structure-family-creation/4815-annotation-text-lines.html
user = dzato
"Here's how I would do it. I'm sure there's a better way, though. I'm not the family guru here.

1. Create a generic annotative family.
2. Add a label
3. In the labe box, create a parameter. Make sure it's set to be text, and it's an instance parameter.
4. Create another family, this time a generic model based family (yes, they can have reference planes. I'm pretty sure all families can).
5. Draw 2 more reference planes and set them to weak refererence planes in the properties dialogue. This will allow you to have grips for changing the lengths.
6. Add a parameter for length, and also an equality dimension string so the line stays centered on the insertion point. Draw a symbolic line where you need it and lock the ends to the reference planes using the align command.
7. Load your annotative family into the generic model family
8. Select the annotative family. In the properties dialoge box you will see a text category. The parameter you created for your label should be there. Click on the small button to the far right.
9. Create an instance parameter here. You have just linked the label from the annotation family to this parameter. Now, you will be able to edit it.
10. Load this family into a project. You should be able to edit the text, and adjust the lines.

Like I said, I'm not that strong at families yet. But that should work."




http://www.revitforum.org/architecture-family-creation/2090-annotation-symbol-grips.html