AutoCad 2D :: How To Make Current Date Block
Jan 6, 2003
How to make a current date block? I've also looked for the file location block attribute. I know it exists cuz the architect in this office used to have it. When he quit, he took it out of the pc's.
I'm using Architectural Desktop 2.0
View 9 Replies
ADVERTISEMENT
Mar 13, 2014
I recently set up Elements 12. Prior to this I used elements 11. In that catalog I have more photos that I don't want. So I decided to export the ones I want then import into PSE 12. As I do this many of the dates on the pictures change from the date taken to the current date. I have tried several different ways and can't stop the dates changing. I am putting them into mobile albums in PSE 12 if that makes a difference.
View 2 Replies
View Related
Jul 31, 2012
see attached block. I would like the current date be present, instead of typing in the date for this block. When I insert "IFC" block, I would like todays date to be inserted automatically. I guess I am asking if you can make smart blocks in autocad 2009? Let me know if I'm not asking this question correctly.
View 7 Replies
View Related
Dec 19, 2012
I would like to have an attribute that reads the current date, so every time i plot a sheet its always reading the current date of the attribute.
I have found the following online but the date reads MM/DD/YY
%<AcVar Date f "M/d/yy">%
I need the date to read DD/MM/YY
View 7 Replies
View Related
Mar 2, 2012
I have placed a field directly into my paper space ( not in a block ) to show the current date. This is a company requirement so when the drawing is printed, it shows the date of printing. The field just shows the date that the field was inserted and doesnt update. If i replace it, i get todays date but it stays on the date.
How to get this to always show the current date?
View 9 Replies
View Related
Jan 5, 2012
I'm trying to find a macro that will insert text into a certain spot on my drawing. I want to put it on a button so that when I click the button it inserts "REVISION - 12/5/12", or whatever the current date is, into my title block.
View 4 Replies
View Related
Jan 23, 2014
I'm trying to build some export presets with a naming convention to include the current system date, eg: YYYYMMM-Title-Custom Text. This convention is oftened required for photo club, local, national & international photo competitions. The only date function I can find is the 'capture date'. Is there a way to modify the Export Filename Template Editor to include 'current system date' ??
View 4 Replies
View Related
Feb 23, 2014
I have taken some photos today but in the file information the date is shown as '2012' but it should be '2014'. Is there a way to ensure the correct current date is entered automatically?
View 1 Replies
View Related
Jun 8, 2012
Is it possible to put a date field in a IDW title block that only shows the year?
It's for a copyright date & I'm trying to avoid having to type it in every time or remember to change it every year ion every sheet.
Inventor Suite 2013 Ultimate
View 3 Replies
View Related
Apr 11, 2012
we have on company drawing title block the date created field. . . . but when the file is being transfered and "save" it shows the present day of saving. . . is there any lisp that when used, it will show the original date its created. .?
View 3 Replies
View Related
Jan 12, 2010
There are certain occasions where I would like to insert a block to inherit the current layer in an active AutoCAD drawing. This happens frequently when a client requires a certain layering standard and I have a block from another drawing with different layering standards. To correct this it usually involves several steps - Explode and change the layer, setbylayer, bedit, etc,
Is there a command to where I can directly insert a block and its layers change to the current layer of the active AutoCAD drawing?
View 9 Replies
View Related
Dec 4, 2012
I want to search and replace value of block reference in layout1. But I do not want to replace that block in layout2 or layout3.
View 2 Replies
View Related
Oct 15, 2010
I need simple code to do just one thing, inserting a dynamic block that is stored in a separate file on my computer (like C:/base/b-22) in the drawing that I'm currently using. For example, I have a windows form with a list box with names of many dynamic blocks that are stored on my c drive, I would like to pick a block with a name and upon a click event of a button or other will go get this block from a separate file and insert it in the drawing I'm currently using, and would need to be able to pick the point of where I want the block to go. I'm using autocad 2010 with visual studio 2008- using the new autocad .net language.
View 9 Replies
View Related
Jul 18, 2011
I'm using Autocrat 2004.
I have a attributed titleblock. Sometime in the future I will need to change the date attribute to another value, i.e.. 7-11 to 9-11.
I can't place a text string in the title block because this title block is used for multiple drawings and the date will be different for different sets. I can't have numerous title blocks because of the client's requirements.
Question:
Is there a way to write a script to open a drawing, look for the specific attribute, change the date value, save and close the drawing - across multiple sheets? Would a lisp routine called by the script be able to do this? Or a script file called by the original script file? CAn you even use a script file in this manner?
View 7 Replies
View Related
Jan 22, 2013
i have a for example a block with one attribute and would like add a new attribute. i´m trying to read the current block and redefine - it comes a new attribute in propertieswindow but not graphical.
(defun c:ent () (setq bn (getstring "
give a block name ")) (setq bez (getstring "
give a attribut name ")) (entmake (list (cons 0 "BLOCK")(list 10 0 0 0)(cons 2 bn)(cons 70 2))) (setq fe (entmakex (list (cons 0 "CIRCLE") (cons 8 "0") (cons 10 '(0 0 0)) (cons 40 1)))) (entmake (list (cons 0 "ATTDEF") (cons 8 "0") (cons 10 '(0 0 0)) (cons 11 '(0 0 0)) (cons 40 1) (cons 1 bez) (cons 3 "TOP") (cons 2 "NAME") (cons 70 0) (cons 73 0) (cons 50 0) (cons 41 1) (cons 51 0) (cons 7 "STANDARD") (cons 71 0) (cons 72 0) (cons 210 (list 0 0 1)) (cons 74 0) (cons 62 256) (cons 39 0) (cons 6 "BYLAYER"))) (entmake (list (cons 0 "ENDBLK")(cons 8 "0"))) (entdel fe) (entmake (list (cons 0 "INSERT")(cons 2 bn)(cons 10 '(0 0 0))(cons 66 1) (cons 62 256) (cons 39 0) (cons 6 "BYLAYER"))) (entmake (list (cons 0
[code]....
View 9 Replies
View Related
Dec 6, 2011
I have the below code (from a user here on the forum) which works great for aligning text, mtext and blocks to 2 points. For annotative entities, it respects the rotation angle for mtext and text.
ie I have an mtext object at 1"=20' scale and at 1"=40' scale. I run the command when the current annotative scale is 1"=40'. The object at 40' scale has changed, but the 20' scale is unchanged. This is working as I would like it to.
But for annotative blocks, it gets weirded out. In the above example, the block at 40' will rotate, but so will the attributes at 20' scale. But linework and hatching at 20' scale will be unchanged. it looks really weird. how to get it to play nice with blocks. Ideally, I'd like the block to be at different rotation angles in different annotative scales.
(defun C:R2P (/ ss ang edata); = Rotate objects to align with 2 Points (setq ss (ssget '((0 . "*TEXT,INSERT"))) ang (angle (getpoint "
First alignment point: ") (getpoint "
Second alignment point: ")) ) (repeat (sslength ss) (setq edata (entget (ssname ss 0))) (entmod (subst (cons 50 ang) (assoc 50 edata) edata)) (ssdel (ssname ss 0) ss) ))
View 2 Replies
View Related
Dec 6, 2011
Age old question; Title Block Creation.
I took an existing title block out of another document and pasted it into my 'standard.idw' file, modified it, made it the default title block and it looks pretty good. Problem is, having saved the 'standard.idw' file it saved it under a project header and now everytime I open said new drawing I get the error that it is not part of my existing project. Obviously.
Is there a way to create this file, with my new title block and not get this error, supress or have it projectless?
Also, with that in mind my other problem, which I am sure is related, is that I put an image in my title block, which gives me e error that my picture is not located in the current project. Currently I bypass that one by hitting skip and it still retains my image, which is fine.
These two things together are slight annoying but I can live with it until I deduce a way to kill these errors.
Inventor 2014 PDS
View 6 Replies
View Related
Oct 7, 2011
How is it possible to make the mouse pointer tilt according to the current ucs?
'Tilt' meaning a deviation in the direction of the crosshairs.
View 3 Replies
View Related
Apr 9, 2013
First, it requires there to be a prompted entry text box in the title block named <SCALE>, is there any way to write to a textbox that is not prompted entry? The prompt when a new drawing or sheet is created is misleading and makes users think they need to manually fill out the prompt. Secondly, this code works on multi-sheet drawings but it concludes by making the last sheet active. Since we are triggering this rule before save it's a nuisance to have the drawing switch sheets everytime you do a save. Ideally, the current active sheet should remain active when the rule runs. Here is the
For Each oSheet In ThisApplication.ActiveDocument.Sheets
ActiveSheet=ThisDrawing.Sheet(oSheet.Name)
If oSheet.TitleBlock Is Nothing Or oSheet.DrawingViews.count=0 Then Exit Sub
oTitleBlock=oSheet.TitleBlock
oTextBoxes=oTitleBlock.Definition.Sketch.TextBoxes
[code]....
View 1 Replies
View Related
Dec 19, 2012
Private Sub UserForm_Initialize() Dim layerColl As AcadLayers Dim entry As AcadLayer Dim LayList As String Set layerColl = ThisDrawing.Layers For Each entry In layerColl ComboBox1.AddItem entry.Name Next End Sub
I have a form with a combobox. That combobox is filled up with all layers in a drawing. (see above)
Now I want to make the layer that I have selected (value) in the combobox the current layer in my drawing.
How can i make it current?
View 2 Replies
View Related
Jul 9, 2012
I am familiar with the LAYMCUR command to select an object and make that layer current. I am hoping there is a command to select text or a dimension and make that style current. I can't fine such a command. I have to select a text, see what style shows up in the box at top, go to the text style box, find the style and make it current. It seems like unneeded steps. It's simple for layers, why not text and dimensions?
View 3 Replies
View Related
Sep 9, 2011
We are using this code for Page setup. But We don,t know how to make this page setup current and active.
(defun c:pgs ()(acet-error-init(list(list"cmdecho"0"osmode" 0)T))(vl-load-com)(setvar "Tilemode" 0)(vla-Add (vla-get-PlotConfigurations (vla-get-ActiveDocument (vlax-get-acad-object))) "A1" :vlax-false)(vla-put-PageSetupOverridesTemplateFile (vla-get-files (vla-get-preferences (vlax-get-acad-object))) "A1")(setq item (vla-Item (vla-get-PlotConfigurations (vla-get-ActiveDocument
[code]........
View 3 Replies
View Related
Jul 2, 2012
All of a sudden I notice that when I open a file in Autocad Architecture, it shows the file creation date and not the actual last save date. Only thing I can think of is I reinstalled 3dsmax Design and I wonder if that changed something. I attached a screenshot for reference.
Building Suite Premium
Win 7, ultimate
i7 1.86ghz, 4meg ram
ATI 5730
View 3 Replies
View Related
Jul 5, 2013
In lightroom 4 I found a really useful tip where you can alter the file that controls how teh date format part of the import dialogue works - and more importantly it allows you to choose teh folder locations too, so when I import from another camera I can have the folder structure how I like.I know its there and it will just be a case of copying the file I made to the right location.
View 4 Replies
View Related
Apr 1, 2006
i want to make the curves reall realistic like eletricity u know the bleu color with white in it
so i want the waves to begin at an image as AC current then go tru the text like DC current and again go out of the text as AC current but with the color of electricity
i have an image written on it ALL ELECTRONICS REPAIR now i want the curves go tru the (ALL)
View 9 Replies
View Related
Jul 20, 2013
how can i know if the current view/display is align with the current ucs?
let's say i have rotate the ucs about z axis 45 degrees and make it plan now i draw some things and then i change back to world
worlducs = 1
viewdir = 0,0,1
ucsxdir = 1,0,0
ucsydir = 0,1,0
but the display is still in the ucs z 45 (ucsfollow = 0) set the view to PLAN current (now the view is aligned) but the system vars does not change.
For a plan UCS, you would need to compare the VIEWDIR system variable and the cross product of the UCSXDIR and UCSYDIR system varaibles.
[URL]
View 7 Replies
View Related
Sep 29, 2011
Is there a macro/script/deisel that will automatically print a pdf (cute pdf autocad lt 2007) to current plot settings in current drawing directory and give it the current drawing view name and number? Disk space not a problem these days and would save time to have a pdf copy of all drawing tabs readily stored in the directory ready for issue.
View 3 Replies
View Related
Sep 3, 2013
Technique that can check the current plotter name for the current tab and assign it to a variable? i.e. can it be assigned to a variable to check if if equals "myplotter1". The next step - is there a technique to change the plotter name to "myplotter2.pc3".
I have partially done the latter part of this in the past using the -plot command line to ASSIGN a new plotter but I would really like to only run the routine if it really needs to.
View 9 Replies
View Related
Mar 11, 2011
How to make a duplicate copy of current document?
so that i can do the modification with duplicate document without changing the status of original document.
View 2 Replies
View Related
Apr 7, 2013
Open a new document in AI (CS5/CS6), and then draw some arts (rectangles), given an original point (such as 0,0), now I want to all arts in current layer rotate 30 degree around the origin. How to realize it?
View 1 Replies
View Related
Nov 27, 2012
I have included both a text and a date as part of the photo caption on each of my photos. When I have attempted to search for a specific date or year, however, nothing comes up. For example, if I search for my photo on "Fido 1985", I can find Fido, but if I simply enter "1985", I get nothing.
View 2 Replies
View Related