cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

How to set cad objects readonly, when working locally

AR_10002308
7-Bedrock

How to set cad objects readonly, when working locally

I am working with cad models without Windchill, setting local working directory. I need to avoid unwanted modifications. can someone help me the ways to make files as readonly.

1 REPLY 1


@AR_10002308 wrote:

I am working with cad models without Windchill, setting local working directory. I need to avoid unwanted modifications. can someone help me the ways to make files as readonly.


Hi,

I think the only easy procedure is the following one:

  • in File Explorer create new directory, for example C:\my_read_only_models
  • move all "read only" models into C:\my_read_only_models
  • in File Explorer set "read only" access rights to C:\my_read_only_models
  • add following options into config.pro

search_path C:\my_read_only_models

override_store_back NO
save_object_in_current NO

 


Martin Hanák
Announcements
NEW Creo+ Topics: Real-time Collaboration


Top Tags