Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
I'd like to discuss how to automatically update the projection type in Creo drawings based on the drawing format.
Creo 10
Here's the scenario:
We want to create a mechanism that switches the projection type to THIRD_ANGLE if the drawing format is test_T_americas.frm.
Two potential approaches exist:
Scripting: We can develop a script (e.g., Python) to check the drawing format and update the Drw_Setup.dtl file accordingly.
Manual Modification (One-Time): For a one-time change, we can manually edit both config.pro and Drw_Setup.dtl to reflect the desired behavior.
What are your thoughts on the best approach for this situation?
Please let me know if you have any questions or require further details.
Thanks,
Solved! Go to Solution.
I think you can avoid changing and loading drawing .dtl files by using a drawing template. If a template is used its drawing format file (*.dtl) file will determine the drawing "rules" unless overwritten by an Active Drawing file.
Create a drawing template and set up the drawing .dtl file to the standards (3rd angle) and use the desired format. You can include the placement of all of the orthographic views in the template which will be created using 3rd angle projection.
I think you can avoid changing and loading drawing .dtl files by using a drawing template. If a template is used its drawing format file (*.dtl) file will determine the drawing "rules" unless overwritten by an Active Drawing file.
Create a drawing template and set up the drawing .dtl file to the standards (3rd angle) and use the desired format. You can include the placement of all of the orthographic views in the template which will be created using 3rd angle projection.
Hi @AB_10736884,
I wanted to see if you got the help you needed.
If so, please mark the appropriate reply as the Accepted Solution. It will help other members who may have the same question.
Please note that industry experts also review the replies and may eventually accept one of them as solution on your behalf.
Of course, if you have more to share on your issue, please pursue the conversation.
Thanks,
Catalina
PTC Community Moderator