CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz] ARKANCE | CONTACT - CZ | SK | EN | DE
Over 1.097.000 registered users (EN+CZ). AutoCAD tips, Inventor tips, Revit tips. Try the new precise Engineering calculator and the updated Barcode generator. New AutoCAD 2026 commands and variables.
Plex.Earth connects AutoCAD and Google Earth
RSS channel - CAD tips RSS tips
RSS discussions

Discussion Discussion forum

?
CAD discussions, advices, exchange of experience

CAD Forum - Homepage CAD discussion forum - ask any CAD-related questions here, share your CAD knowledge on AutoCAD, Inventor, Revit and other Autodesk software with your peers from all over the world. To start a new topic, choose an appropriate forum.

Please abide by the rules of this forum.
This is a peer-to-peer forum. The forum doesn't replace the official direct technical support provided by ARKANCE for its customers.
How to post questions: register or login, go to the specific forum and click the NEW TOPIC button.
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Topic ClosedBlocks

 Post Reply Post Reply
Author
NorthLan View Drop Down
Newbie
Newbie


Joined: 15.Jun.2010
Location: United Kingdom
Using: AutoCAD Map3D2009, AutoCADLT2007
Status: Offline
Points: 2
Direct Link To This Post Topic: Blocks
    Posted: 15.Jun.2010 at 11:00

Does anyone know if it is possible to create 2 block references within the same block. I am trying to create a block template that will automatically display both the filename and date. Also is it possible for the blocks to update themselves within a dwt without having to refresh them every new day?

Thanks for your help.
Back to Top
Cad64 View Drop Down
Senior Member
Senior Member


Joined: 17.Apr.2010
Location: United States
Using: Autocad 2011, 3DS Max 2011, Photoshop CS5
Status: Offline
Points: 491
Direct Link To This Post Posted: 20.Jun.2010 at 16:33
You can use a FIELD to insert a dynamic date and filename that will automatically update as necessary.
 
Or you can use the old RTEXT diesel expressions. Also dynamic and automatically updated.
Date = $(edtime,0,MON DD"," YYYY)
Date & Time = $(edtime,0,MON DD"," YYYY - H:MMam/pm)
Filename =  $(getvar, "dwgname")
File Path & Filename= $(getvar, "dwgprefix")$(getvar, "dwgname")
 
To use Rtext, type RTEXT at the command line and then choose "Diesel" from the list of options. This will open a little text window where you can copy and paste the code above.
Online Portfolio: http://www.rdeweese.com/
Back to Top
NorthLan View Drop Down
Newbie
Newbie


Joined: 15.Jun.2010
Location: United Kingdom
Using: AutoCAD Map3D2009, AutoCADLT2007
Status: Offline
Points: 2
Direct Link To This Post Posted: 21.Jun.2010 at 10:09
Thanks that works well, do you know how I could then imbed these within a block to make them editable as an attribute?
Back to Top
Zupmicher View Drop Down
Newbie
Newbie


Joined: 12.Jul.2010
Location: Chile
Using: Autocad 2011
Status: Offline
Points: 8
Direct Link To This Post Posted: 12.Jul.2010 at 20:11

Well I think your question was solved in part. To have a sort of base block is updated automatically with each change, beginning and end can act as more users, the solution is to block reference system.

Back to Top

Related CAD tips:


 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down



This page was generated in 0,156 seconds.