Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pattern Feature and increasing number

Status
Not open for further replies.

PSI-CAD

Computer
Joined
Feb 13, 2009
Messages
997
Location
FR
Hi,

I have an old grip program that pattern symbol and increase the number like the below image

download.aspx



I need to replace it with standard function.
I tried to use pattern feature, but I can't find the way to increase the value in Text(2) to 1, 2, 3 ...
So I found a trick by adding an arc in the sketch and a perimeter constraint (perimeter_p90=1)
and text2=ug_askExpressionValueAsString( Perimeter_p90, "%g" )
It works well in tools expression

But the expression text2 is not updating in the pattern

download.aspx


Thanks in advance for any suggestion

Regards
Didier Psaltopoulos
 
Try going to...

Menu -> Tools -> Update -> Update for External Change

John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Digital Factory
Cypress, CA
Siemens PLM:
UG/NX Museum:

To an Engineer, the glass is twice as big as it needs to be.
 
Hi,

I found the solution

download.aspx


But as John said I need tu use tools / update for external change

download.aspx


download.aspx


Regards
Didier Psaltopoulos
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top