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

The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.

Updating Creo Drawing Projection Type Based on Format

AB_10736884
5-Regular Member

Updating Creo Drawing Projection Type Based on Format

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:

  • The Creo config currently points to the drawing setup file V:\Test\CreoSettings\configs\Drw_Setup.dtl.
  • This file defines the projection type as FIRST_ANGLE.

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:

  1. Scripting: We can develop a script (e.g., Python) to check the drawing format and update the Drw_Setup.dtl file accordingly.

  2. 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,

ACCEPTED SOLUTION

Accepted Solutions
tbraxton
22-Sapphire I
(To:AB_10736884)

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.

========================================
Involute Development, LLC
Consulting Engineers
Specialists in Creo Parametric

View solution in original post

2 REPLIES 2
tbraxton
22-Sapphire I
(To:AB_10736884)

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.

========================================
Involute Development, LLC
Consulting Engineers
Specialists in Creo Parametric

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

Catalina
PTC Community Moderator
Announcements


Top Tags