Do attributes and Fields work the same way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I'm just curious whether fields and attributes work in much the same way? that is, for example I know in sheet set, we currently update our titleblock information through this method - what's being updated are fields.
This then allows for me to PDF drawings, with the updated information with no need to open the drawings first to ensure the titleblock information has been updated.
However we are in the process of developing a method of updating the titleblock information using attributes using an excel spreadsheet, because this also allows us to quickly update a sheet schedule using datalinks and also things like transmittal information. However I notice with attributes, they don't update unless I open the drawing first, then it will automatically change the information. Is this just a setting I haven't turned on?
Because if it isn't then I'm wondering if I can use fields instead - this way I don't need to open each drawing first for the titleblock info to be updated.
Because right now to PDF, I am using Lee mac's core console routine from his website to run a PDF script I've written, this allows for me to PDF without needing to open each drawing like how the publish command does, meaning I can PDF a lot faster. However I need to run another lisp beforehand to ensure my attributes are updated before pdfing and this lisp opens each drawing, the titleblock updates and then it closes the drawin, which defeats the purpose of having the PDF script really...
SO my questions:
1. Do fields work differently to attributes and do not require me to update drawings by opening them first? Does anyone currently follow the same sort of workflow we are currently using but use fields rather than attributes?
2. Is it possible that attributes can be updated automatically without opening the drawings? IE. If I have an excel sheet that links to the attribute info and they are updated this way can I avoid the need to open each drawing first?
thanks,
FD