I'm using AutoCAD LT 2012 and our client doesn't want/like sheet sets.
One item I'd love to have is the pg. number automated. In the current title block it's just text not an attribute. Is there a way I can take only a part of the file name and insert it as a field?
For example, the file name is DW_12321_12.dwg the last part of the name is the sheet number. Can I exclude everything but the 12 and insert just that into the field?
(defun getLayout (pos / result cLayout layouts^ i len) ; pos = -1 return previuous layout name ; pos = 0 return current layout name ; pos = 1 return next layout name (cond ((zerop pos) (setq result (getvar "ctab")) ); case
[code]...
which basically returns either the current, previous or next tab name depending on what you call up. Any way to link this lisp to a field? I am doing some plan and profile drawings which contain match lines I would like to have the match line text automated. For example if I'm on layout called PP02 there would be two match lines in the drawing one would read MATCH LINE PP01 and the other would read MATCH LINE PP03 this lisp routine returns the correct variable but how do I loink this to a fiels?
I am really new to paint.net and any type of software like this. I am trying to create a custom header using paint.net. I have tried learning about it with youtube tutorials but the latest version seems to have changed a little bit. Especially inserting a text box into an existing object I created.
I have a call out block that I am trying to link to my custom fields in my sheet set manager. When I put the block into paper space the fields fill in properly and if I make changes to the field in the SSM then the block updates properly. If I insert the block into model space the fields come in as if they are broken and you cannot reference the data in the SSM. The issue is that I don't want to do my annotation in paperspace, so is there a way to change the interaction between my block with the custom fields and the SSM.
It been a while since I did this and I getting something wrong. I want to add custom SS field to my TB which I have created in SSM, but when I edit the block to add the custom field to an attribute default the list is empty.
Civil 3D 2012 & 2013 HP Z210 Workstation Intel Xeon CPU E31240 @ 3.30 Hz 12 GB Ram
I've successfully written a lisp routine to insert a scale bar dynamic block with attributes, gather the object id of a user selected viewport, and write fields to attributes for each of the numbers across the top of the typical scale bar as well as the scale name, for both architectural and civil units. I'm trying to come up with a similar dynamic blocklisp routine combination to do the same with view titles, and the associated scale callout. The catch in this case is that I'd like to display the scale as "NTS" if it isn't a proper scale. The "standardscale" object property option in the field dialog box gives me almost exactly what I want, except that non-standard scales are displayed as "CUSTOM" as opposed to "NTS". Moreover, I’d like this to update on the fly, if the viewport scale changes, the scale callout needs to change also, back and forth from “NTS” to a standard scale if need be.
is there a way to change that (CUSTOM NTS)? My research online seems to indicate that the nuts and bolts of fields are deeply rooted in ObjectARX, which is something I know very little about?
The natural followup to that question is, if I can't change "CUSTOM" to read "NTS", is there a way to wrangle this whole thing with reactors? I'm envisioning object reactors, created as a part of the insertion routine, for each individual instance of the block (there could very well be several in a layout, and multiple layouts in detail drawings), that would call another routine to evaluate the viewport scale, and if it didn’t match a list of standard scales, write NTS to the attribute. My issue is that reactors seem to only associate with one object, in this case that’d be the viewport, the reaction would cause the reactor to call the routine, but how does the routine know which block to update? Is there something from the viewport properties that I can add to the block name (or some other property) which will allow the routine to figure out which block to edit?
I’ve attached my scale bar code, and block, as reference context for how I plan to set the view title up.
In the Library module, to the left of the "Metadata" label next to the twisty to open it up, is a drop down list that starts with "Default" and then has a list with sets such as "DNG", "EXIF", etc.
Two questions or requests:
1) I want to be able to see ALLLLLLLL of the metadata. Right now I got out to ExifTool and suck out the data I need and hand corrolate that. In last night's particular need, I needed the rotation of the camera body which is in the metadata (twice) but I don't know how to view it from inside Lightroom.
2) I want to be able to add to the list I described with my own sets of metadata fields. To me, this would be very nice. There are tons and tons of fields but I'm interested in only a few but I'm sure each person is interested in a different set. It would be nice to be able to customize which fields are displayed. Of course, once you go that far, then you may as well add the ability to name the sets and save them for later use.
Is either one of these items possible in Lightroom 4? (or 5?)
I recently got a new drafting job for a chemical plant. The issue that I am having is that they are using AutoCAD 2004. That version came out when I was a freshman in high school and I am lost. I am trying to insert the custom blocks that pertain to our design standards, but I am getting nowhere.
I have the blocks in a separate folder. I am getting to the customize tool palette option, but every time I try and import these files the folders show up empty. Admittedly, I am not the greatest with the complexities of AutoCAD because I picked it up on the job and never had any "official" training; however, it has also been two years since I've had to do this and I am a little rusty... I'd like to think it's just that because they are using decade old software.
I was wondering if it was possible to say have a cover sheet of a project with fields and then have the other sheets in the project have their fields populate using information from cover sheet?
how do I insert text faster? Attached is a screen capture of my set-up. I am bulding a plaque. how to set up "pre-determined" text fields that populate from an internal or external text? Right now I have to >duplicate layer>drag layer to new spot>enter in new text. It would be really neat if PS could populate from a file like web-site populate pages from other text files.
Can i link several text fields to different layouts in the same DWG? I need to change the same information into several layouts, and it`s taking me too much time to do that.
eg: if i have a field "Smith" in Layout 1, 2, 3, 4 (linked between them) and i want to change from Smith to Johnson , if i change it in Layout 1, it will automatically change it in all Layouts.
I have created a small arrow graphic matching the color theme of the website i am working on.
How do I insert the custom arrow graphic so that it appears when I create a bulleted list, instead of the standard bullet point, which appears by default?
i have a drawing boarder that is a block with enter-able text fields for drawing revision etc but for some reason the order in which you would enter the rev's 1,2,3, etc is the wrong way round in the enhanced attribute box. So when i click and start typing i end up with 3,2,1 in the rev boxes.
Is there any way to make print merge fields relative in position to other fields or to non-variable text.
For example if I am doing address labels and I have fields for City and State:
Their positions are absolute, and the state ends up overwriting the city for long city text, as does the comma.
What I want is for the comma to follow the last letter of the city, and then state to follow that.
And yes, I realize that I can combine all three into one field, but I am asking this as a general usage of the feature. One doesn't always have control over the source.
it's possible to have a standard text filled in the "Authorization" and "Organization", so that I don't have to enter the same text each time I want to export a STEP file.
Product Design Suite 2014 Inventor 2014, Vault 2014 HP Workstation Z220 Intel Xeon 3.4GHz 16GB RAM Nvidia Quadro 4000 Windows 7 Professional (64bit)
Convert Fields to text in my Title Block. I want to change some specific attributes only to convert into texts in my title block ( "MODE_A3" is my Title Block name).
For example in "MODE_A3" block having lots of tags like TAG1, TAG2, TAG3 upto TAG10 with fields. I need to change TAG3, TAG4, & TAG5 attribute fields into texts in all layouts.
I am using a symbol that includes a several text boxes. Each text box includes "prompted text" and "drawing properties". When I insert the symbol onto a drawing, the "Edit Property Fields" menu appears. In this menu, I can input my prompted field text or see the various "drawing properties".
My question is, how do I change the order that these property fields are displayed? It seems as if it depends on the order that the text boxes were created while defining the symbol definition. Is there any other way to change the display order?
I am creating interactive PDFs from InDesign and everything is working well.The only issue I am having is that along with the text fields and buttons, I also have a Credit Card field that I need to be interactive.
How can I export a pdf so that the 16 little squares become text fields?
I am inserting a block into my drawing that has attributable text, and when I insert and pick the insertion point, the block prompts me immediately to fill in attributable text fields. My problem is that it runs through the sequence twice. How can I edit the block so it only does it once?
starting a new job at work so setting up the job folder etc. grabbed the title block and the text attribute insert from the library.....
so here is when the issue started.....so title block and text attribute are both saved in model space, both have all the same settings, this also applies to the template we have here all match.
so i xref in my title page at 1:1 which comes in normal, then i insert my attribute block in at 1:1 but it comes in at some super size thing, normal 3.5 text size is now 1000......
have fiddled with everything gone back to the library set etc but got no idea.
the interesting bit is if i open the title block and insert the attribute block in, it comes in perfect......
so in saying that i am assuming it is the work template..... but none of this has changed for over a month and have created drawings since then........maybe a random setting somewhere has changed but again haven't done anything different to normal no new radical changes....
i have attached a copy of the title block and the text attribute.
As you can see by the image below, my menu bar titles at the top are small and blurry, plus anywhere there is a text field box (i.e. length & width text fields in the Image Size window) it is collapsed vertically and therefore I can't see what my values are. You can also see the 3 check mark boxes at the bottom of the Image Size window are cut off. I previously had CS6 installed on a Window XP machine without any issues. Now that I have "upgraded" to Window 7, this is what I get for results after the install.
I have the descriptive text for several hundred images in an excel sheet. There are five separate fields (excel columns) - Image filename; Title (Headline); Description (Caption); Keywords; Location how I can import this information into a lightroom catalog and match them up with the relevant images ? I can export the excel informaton into an xml file but would need to know the relevant field names.
I am using AutoCAD 2011. my scale being off for text, dimensions, inserting scalable blocks, xrefs, etc...
The problem is that when inserting, or creating text (or any of the above) in architectural scales everything is fine, however, when the scale is changed to an engineering scale, everything comes in at 1/12 the scale it is supposed to be - i.e. - when I create text it has to be scaled up by 12, it's like AutoCAD is just reading the 200 scale and not multiplying by the scaler of 2400.