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

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

extrude string that is driven by parameter in turn driven by relation of flexible parameter will not

teshurtz
2-Guest

extrude string that is driven by parameter in turn driven by relation of flexible parameter will not

I have a model that has geometry driven by parameters. Specifically in this case a string that is extruded into a surface. The string that is to be extruded is calculated via relations using a parameter that is changed flexibly in the assembly. However the extrusion will not update in the assembly level. It will update if I change the driving parameter in the part but it takes 2 model regens. I have reproduced the problem in a simple case I have attached. In the assembly level I have made the "Number" parameter flexible which should change the  extrusion but is does not. Also I am sure it is related, it always says model not regenerated when I go to save.

4 REPLIES 4


@teshurtz wrote:

I have a model that has geometry driven by parameters. Specifically in this case a string that is extruded into a surface. The string that is to be extruded is calculated via relations using a parameter that is changed flexibly in the assembly. However the extrusion will not update in the assembly level. It will update if I change the driving parameter in the part but it takes 2 model regens. I have reproduced the problem in a simple case I have attached. In the assembly level I have made the "Number" parameter flexible which should change the  extrusion but is does not. Also I am sure it is related, it always says model not regenerated when I go to save.


Hi,

I think "flexible" values are visible on assembly level, only.

See my solution in uploaded models. Assembly relations read "flexible" values from 2 components and put them into X1, X2 assembly parameters. Assembly parameters drive texts in 2 assembly cuts (Extrude features following components on assembly level).


Martin Hanák


@MartinHanak 
Thanks for your reply but unfortunately that doesn't help a lot in my actual use case as I want many copies of the same part in various assemblies each with potentially different strings, but do not want to have to redefine the extrusion many times.
But I think I found the solution.

The calculated parameter that drives the string also needs to be added to the flexible varied items list. It can't be directly changed but it seems to alert the regeneration that it has been updated by the other flexible items. 

Thanks again.


 

I can't open your file as it is Creo 4?, but having spent quite a bit of time trying to "automate" assemblies with relations that drive flexible components, I think you are maybe missing the use of component-level relations and adding the associated parameter to the varied items table of your flexible component?

 

See one of my replies in this thread as it has a demo assembly that has components labeled with sketched-text objects that change depending on assembly conditions.

thread (partially) about flexible components


@pausob wrote:

I can't open your file as it is Creo 4?, but having spent quite a bit of time trying to "automate" assemblies with relations that drive flexible components, I think you are maybe missing the use of component-level relations and adding the associated parameter to the varied items table of your flexible component?

 

See one of my replies in this thread as it has a demo assembly that has components labeled with sketched-text objects that change depending on assembly conditions.

thread (partially) about flexible components


I just learned something 🙂

I opened multi_position_demo.asm and explored it.

I was staring at why following component relation of 2nd component worked (it sets text inside LABEL feature)

LABEL=ITOS(POSITION) + "'"

After some time I asked Google ... creo flexible parameter assembly rels

and received answer in https://www.mcadcentral.com/threads/19587-Changing-flexible-params-with-assy-rels discussion.

flex_par.png


Martin Hanák
Top Tags