I'm trying to alter code written by the software when recording a macro to refer to a general location so that I can use the macro to run for any new individual case I am in.
The next line imports another file in another sub folder.
I want to be able to perform this action on any parent folder I am working in.
The software is called Geomagic. It is a 3d modeling software. Any help is appreciated.
geo.open(0, 1, u'Y:\\01008-003\\01008-003 APPROVAL\\01008-003 SFA.dxf') geo.import_file(1, 1, u'Y:\\01008-003\\01008-003s\\01008-003_stn2_stn2_2019-04-02__09-17-23 Model 1 Low.stl')The Y drive is our network folder and the '01008-003 is a folder within that drive. The first line opens a file in the '01008-003 Approval' folder within the parent folder.
The next line imports another file in another sub folder.
I want to be able to perform this action on any parent folder I am working in.
The software is called Geomagic. It is a 3d modeling software. Any help is appreciated.
