Archive for 'NX'

NX/Manager

When you do a saveas from NX into Teamcenter Engineering, a Teamcenter variable comes into play. This is: DATASET_saveas_pattern=${ItemID}/${RevisionID} Which in Teamcenter 2005 (10) is stored in the database, found from Portal at: Edit -> Option… ->  Search (tab on bottom) But what if your UGMASTER, UGPART, UGALTREP or other datasets have different naming conventions? [...]

Force Drafting Settings into Template Files

 I noticed this in NX5, with the file new dialog has templates to choose from to base your part off of. By default there is a ‘blank’ file which will work as desired, but what if you had a set of english and metric files; Assembly, model, and analysis files. That is a lot of [...]

Knowledge Fusion optional variable arguments

An optional argument ia defined by parenthesis (), and one or many optional arguments are defined with … (three dots). Example would be to have optional many arguments: Defun: Average (Number … $nums) This example if a function called “Average” with optional arguments of type “Number” that can be one or many stored in a [...]