Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

date

Status
Not open for further replies.

bmarchand

Automotive
Joined
Mar 12, 2014
Messages
108
Location
CA
Is there a way to auto populate the date when you create a drawing

Thanks



Brian Marchand-Die Designer
NX 9.0.2.5 / PDW
Dell Precision T7610 w/Xeon ES-2609
16G Ram - Nvidia Quadro K5000
Win 7 Pro x64
 
You can create both Attributes and Expressions which are dates.

For a 'Date' attributes go to...

File -> Properties -> Attributes

...and set the 'Data Type' to 'Date' and you will be given today's date but you can edit it to be whatever value you wish.

As for expressions, you can find a 'Date' function under the [f(x)] button.

But be aware that these date functions have a slightly different behavior. The 'date' expression will update to the current date everytime the model updates, which can be a useful piece of information if you somehow wanted to embed some time sensitive behavior into your model. However, if you're looking for something like a 'timestamp' that once created does not change, then stick with the 'date' attribute. Note that I can create an Expression linked to the value of the 'date' attribute and THAT Expression would not change when the model updates unless someone explicitly edited the value of the Attribute, which can be prevented if you predefine this attribute to be locked upon saving the file for the first time.

And of course, once these Attributes and/or Expressions are defined, they can be used to drive the value of a note or a field in a Tabular Note or Title Block.


John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
Siemens PLM:
UG/NX Museum:

To an Engineer, the glass is twice as big as it needs to be.
 
Thanks

Exactly what I was looking for



Brian Marchand-Die Designer
NX 9.0.2.5 / PDW
Dell Precision T7610 w/Xeon ES-2609
16G Ram - Nvidia Quadro K5000
Win 7 Pro x64
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top