Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
STEP export process extract author on step file according to ISO 10303-21 standard, to be compliant to General data protection regulation (GDPR) standard we need an option to customize to set its value as anonymous.
Thank you
Example, on ligne 4, the FILE_NAME attribute has the "Author"
ISO-10303-21;
HEADER;
FILE_DESCRIPTION((''),'2;1');
FILE_NAME('TMPxxxxx','2020-08-24T11:48:24',('Author'),(''),
'CREO PARAMETRIC BY PTC INC, 2019164','CREO PARAMETRIC BY PTC INC, 2019164','');
FILE_SCHEMA((
'AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF { 1 0 10303 442 1 1 4 }'));
ENDSEC;
DATA;
#26...
@luisPEREIRA wrote:
STEP export process extract author on step file according to ISO 10303-21 standard, to be compliant to General data protection regulation (GDPR) standard we need an option to customize to set its value as anonymous.
Thank you
Example, on ligne 4, the FILE_NAME attribute has the "Author"
ISO-10303-21;
HEADER;
FILE_DESCRIPTION((''),'2;1');
FILE_NAME('TMPxxxxx','2020-08-24T11:48:24',('Author'),(''),
'CREO PARAMETRIC BY PTC INC, 2019164','CREO PARAMETRIC BY PTC INC, 2019164','');
FILE_SCHEMA((
'AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF { 1 0 10303 442 1 1 4 }'));
ENDSEC;
DATA;
#26...
Hi,
my suggestions follow:
Hi Martin,
Thank you for your feedback.
Thank you
Regards
Luis
A trick that might be able to do what you want would be to figure out which environment variable Creo is using to set that Author field. You can then set that variable to ANONYMOUS before starting Creo and it should put out the data you are looking for.
At least, it sounds simple to me, I have no idea how to figure out where Creo is getting that particular bit of data.
That name is coming from the user who is doing the export.
In my case it is my system username, not my WIndchill user name.
Create a new Windows User named Step_Export and use that account for all of your STEP transfers. Might be an extra step, but will allow you to control the name in the STEP file.
An alternative would be to edit the STEP file and change or erase the Author name. I don't see anything that would prevent that. Replacing the Author's name and you will need to be careful of the line limits of the file structure and where the lines wrap.