Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
MY company just upgraded to Creo. One immediate annoyance is the automatic constraints. Lets say I want to assemble a hex screw into a round hole, about the simplest of constraints. I'd normally pick an axis on the screw and an axis on the hole, then the underside of the screw head and the face of the part.
When I choose the two axes, Creo wants to do an angle offset, and when I choose the surfaces it wants to make them normal. These are the LEAST likely choices I'd make with an axis and two surfaces. Is there some kind of setting controlling this, where I can tell Creo to assume two axes will be aligned and two faces most likely co-incident? I'm about ready to turn off the auto constraints entirely, as they are even less useful than they were before.
See if this thread helps you:
http://communities.ptc.com/message/211921#211921
Thanks, Dale
File > Options > Configuration Editor
That'll help me turn it off if I need to, but I'd like to tune the selections that Creo makes instead. There has to be some logic somewhere telling Creo to assume two axes are most likely to be at angle (in what universe?) and two surfaces will most likely be normal.
Sean,
I'm just re posting from the older thread mentioned by Dale - this covers all supported combinations.
In short, if you set auto_constr_always_use_offset = Never - you will ALWAYS get Coincident as default suggestion, for planes / lines (axes) / planes + lines. This will address your desire to get axes coincedent ... but will also always choose coincedent for planes as well (not angle or offset). See full info below.
----------------------------------------------------------------------------------------------------------------------
Corrected flow of "decision making" in Creo :
Correlation of these four is defined by 3 additional config options and the check works in the following order:
- comp_angle_offset_eps
- comp_mormal_offset_eps
Ah. thanks!