ug_askCurrentWorkPart() in NX7.5
ug_askCurrentWorkPart() in NX7.5
(OP)
Again me with expressions...
ug_askCurrentWorkPart() function is not update automatically when name of part is changed (on save as or clone part, then part open with new name)... is this bug and how to make it update every time part is opened?
ug_askCurrentWorkPart() function is not update automatically when name of part is changed (on save as or clone part, then part open with new name)... is this bug and how to make it update every time part is opened?





RE: ug_askCurrentWorkPart() in NX7.5
Tools -> Update -> Update for External Change
John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
Siemens PLM:
UG/NX Museum:
To an Engineer, the glass is twice as big as it needs to be.
RE: ug_askCurrentWorkPart() in NX7.5
What I am asking for is auto update on clone or save as command, something that work like ug_setPartAttrValue(), when i clone part that have ug_setPartAttrValue() it update attribute when part is cloned, without need for my manual update.
RE: ug_askCurrentWorkPart() in NX7.5
Are you using Knowledge fusion by any chance? If yes then probably you can use DEMANDVALUE() for the value to get changed automatically.
Best Regards
Kapil Sharma
RE: ug_askCurrentWorkPart() in NX7.5
Best Regards
Kapil Sharma
RE: ug_askCurrentWorkPart() in NX7.5
you can't find this function with search tool in expressions... i do not know why...
You can try it in any NX just as it is. I use it:
expression
type: string
name: part_name
formula: ug_askCurrentWorkPart()
expression value should be name of the part.
i can confirm that it works in NX 8 and NX 8.5, (i have them but customer is using NX 7.5 so i have to work in it).
hmmm.... i heaven't tried if it will update automatically in NX 8 or NX 8.5 ... just know that function works in them.