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

No automatic constraint as default

fgosti
3-Visitor

No automatic constraint as default

Hello,

When I add a part in a assembly with "User Defined", Creo has "Automatic" constraint as default. How can I get a specific constraint everytime as default, without select it manually?

Thank you.


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.
1 ACCEPTED SOLUTION

Accepted Solutions

Other than creating a mapkey for it? It depends on what constraint you want. In Creo 2.0 when set to automatic, it creates constraints based on what geometry you choose and their relative locations and values of thresholds set in the config settings. For instance, when you mate two surfaces, their original position (just before the final geometry selection) with respect to each other determine whether it is normal, coincident, distance, or angle.

There are several config setting that establish a threshold for how Creo selects each one. If the surfaces are coincident within one threshold but too far apart to be within another threshold then it selects distance, etc. If you know what these thresholds (epsilons) are you can reposition (ctl+alt+mouse, or use the 3D dragger) your component prior to selecting geometry such that it automatically selects what constraints you want.

comp_normal_offset_eps

comp_angle_offset_eps

auto_constr_offset_tolerance

Furthermore, by adjusting the thresholds with a few config options, you can effectively disable some of the constraints. If you always want coincident then you can adjust the thresholds and a few config options to do this. These below have worked for me to make something always default to coincident unless I otherwise choose. Hope that helps.

auto_const_always_use_offset NEVER

comp_angle_offset_eps 91

comp_normal_offset_eps -1


View solution in original post

2 REPLIES 2

Other than creating a mapkey for it? It depends on what constraint you want. In Creo 2.0 when set to automatic, it creates constraints based on what geometry you choose and their relative locations and values of thresholds set in the config settings. For instance, when you mate two surfaces, their original position (just before the final geometry selection) with respect to each other determine whether it is normal, coincident, distance, or angle.

There are several config setting that establish a threshold for how Creo selects each one. If the surfaces are coincident within one threshold but too far apart to be within another threshold then it selects distance, etc. If you know what these thresholds (epsilons) are you can reposition (ctl+alt+mouse, or use the 3D dragger) your component prior to selecting geometry such that it automatically selects what constraints you want.

comp_normal_offset_eps

comp_angle_offset_eps

auto_constr_offset_tolerance

Furthermore, by adjusting the thresholds with a few config options, you can effectively disable some of the constraints. If you always want coincident then you can adjust the thresholds and a few config options to do this. These below have worked for me to make something always default to coincident unless I otherwise choose. Hope that helps.

auto_const_always_use_offset NEVER

comp_angle_offset_eps 91

comp_normal_offset_eps -1


Thank you, that's just what i wanted!

Top Tags