drive:\jobs\The_costomer_name\Class_size_xxx-xxxx\tooling-type\xxx-xxx-xxx-_part-discription.prt
I need:
1. Customer
2. Class and size
3. drawn by - This could be the user on the comp when drawing is started
4. part number - I used ug_askcurrentworkpart() and substring
5. part description - I...
cowski
I used that same method to get the drawing name and number but the part is in a folder that has the description of the part it makes and that is in a folder that has the customer name in it that is what I needed the file path for so I do the same split string to pull that information...
UG PERSON
The problem is I need to break out part of the file path using the split string and list in expressions. we have our customer and part description in our file path so I was going to use the path to fill in those fields.
Ok I have not done anything with grip or ugopen to this point. Do you need a special lizcens in order to do the ugopen programing? it does look like this is what I was looking for though. Will this update when I import this into another file? or open it with a template?
Thank you,
I was wondering if there is any way wo bring the full file path of the location of a ug part file into expressions. I know you can bring the file name into expressions. We have a very defined file structure that has the customer and the project description in our folder system. I am trying to...