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

Sheet Metal Relations

carlofernando
1-Newbie

Sheet Metal Relations

When creating sheet metal in creo

This relations appear.

/*/*/*/*/*/*/*/*/*/*/*/*/*/*

/* The following relations make the bend allowance parameters */

/* of part to be dependent on the assigned material, if the value */

/* of the parameter SMT_UPDATE_BEND_ALLOW_INFO is YES. */

/* If you remove or change these relations, the check box */

/* 'Use assigned material to define the value of the bend */

/* allowance parameters' in the Bend Allowance category */

/* in sheet metal Preferences dialog box might stop working. */

if ( SMT_UPDATE_BEND_ALLOW_INFO == YES && exists("PTC_MATERIAL_NAME") )

if ( string_length( material_param("BEND_TABLE") ) > 0 )

SMT_PART_BEND_TABLE_NAME = material_param("BEND_TABLE")

endif

if ( material_param("INITIAL_BEND_Y_FACTOR") > 0.0 )

SMT_PART_BEND_ALLOW_FACTOR_TYPE = "Y FACTOR"

SMT_PART_BEND_ALLOWANCE_FACTOR = material_param("INITIAL_BEND_Y_FACTOR")

endif

endif

SMT_DFLT_BEND_RADIUS = SMT_THICKNESS

SMT_DFLT_CRNR_REL_WIDTH = SMT_THICKNESS

SMT_DFLT_CRNR_REL_DEPTH = SMT_THICKNESS

SMT_DFLT_BEND_REL_WIDTH = SMT_THICKNESS

SMT_DFLT_BEND_REL_DEPTH = SMT_THICKNESS * 2.0

SMT_GAP = SMT_THICKNESS * 0.5

SMT_DFLT_EDGE_TREA_WIDTH = -SMT_GAP

SMT_DFLT_MITER_CUT_WIDTH = SMT_GAP

SMT_DFLT_MITER_CUT_OFFSET = SMT_THICKNESS * 1.1

What does it means?

In Pro/E Wildfire 4.0 there is no relation like this..

Thanks in Advance!! 😃


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
0 REPLIES 0
Top Tags