Hi,
I tried to run the grip program read_file_spec.grx from this thread (thread561-317567) in NX2306 and it works well.
But I didn't succeed to have it launched with the variable USER_RETRIEVE
any idea ?
TIA
Regards
Didier Psaltopoulos
http://www.psi-cad.fr
Hi,
I have the following error in log file with NX2212
QT: Failed to read translation files for UGII_LANG=french
Everything is OK with older versions
any idea ?
TIA
Regards
Didier Psaltopoulos
http://www.psi-cad.fr
Hi,
Withe the following lines, I am able to find all "LINKED_FACE' in part
For Each primitive As Features.Feature In maquette.Features
If primitive.FeatureType.ToString = "LINKED_FACE" Then...
Hi,
I know that it's possible to change the points size (3 possible sizes), but I don't remember where the setting is ?
Thanks in advance
Regards
Didier
Regards
Didier Psaltopoulos
http://www.psi-cad.fr
Hi,
Find herewith a part to explain the bug in NX12
Open the part
Have a look at the content and associative points and datums
Change user expression move_face from 1 to 2
Check that the point and datums are not correct
Apply filter dimensions on the ANT
Then edit all dimensions one by one
Then...
Hi,
I can't suceed to create an image with 300 dpi resolution, the following setting has no effect. Am I missing someting ?
Thanks in advance
Regards
Didier Psaltopoulos
http://www.psi-cad.fr
Hi,
I have a part with all created solids are black. I can see the colors only on edges, but I can see the colors when adding in an assembly.
So, the part is corrupted. Is there a way to clean the part ?
It's a simple example, but I have another part more complicated and I don't want to...
Hi,
In this very old post Anthony Galante give the solution to add dimetric view
thread561-386752
I have an old part with this kind of views and now I would like to delete them, but I can't succeed because they are system views
Thanks in advance
Regards
Didier Psaltopoulos
http://www.psi-cad.fr
Hi,
With an open menu like Trim Body, it's now possible to open the first assistance tab in ressource bar
But it doesn't work when documentation is installed in local
A folder "fa" is missing
Does anybody encountered the same issue ?
TIA
Regards
Didier Psaltopoulos
http://www.psi-cad.fr
Hi,
Direct Sketch doesn't exist anymore in NX1903
https://res.cloudinary.com/engineering-com/image/upload/v1581522391/tips/sketch_in_Nx1892_and_NX1903_hglai2.bmp
So the following process is not possible anymore (automatic 3D update)...
Hi,
How to obtain u, v, w information from all axis in a part with NX12
maybe with an nxopen application
Thanks in advance
Regards
Didier Psaltopoulos
http://www.psi-cad.fr
Hi,
the picture show that the display of my IPN is not correct (only one face instead of 5 faces with blend)
And the quick pick menu show that the stock is unknow
Any help would be appreciate
Thanks in advance
Regards
Didier Psaltopoulos
http://www.psi-cad.fr
Hi,
I have a feature point measurement in a specifie Csys and the result in expression is of course like the following image
Now, I would like to create an expression for each value x, y, z: How to do this
Regards
Didier
Regards
Didier Psaltopoulos
http://www.psi-cad.fr
Hi,
I have a reusable component with KRX file and I would like to rename it with a prefix equal to a specific attribut
Thanks in advance
Regards
Didier Psaltopoulos
http://www.psi-cad.fr
Hi,
The old function "spline through points" will be retired
But how to find in NX11 the similar option "Points from file"
Thanks in advance
Regards
Didier Psaltopoulos
http://www.psi-cad.fr
Hi,
For example, I have the following list in expression:
List = {10, 20, 30 ,40 ,50, 80}
nb = 64.5
I need to find in NX11 the nearest upper value "nb" in "list": in this case it should be 80
Thanks in advance
Regards
Didier Psaltopoulos
http://www.psi-cad.fr
Hi,
I don't remenber the settings to be able to work on projects that are 4 or 5 Km in size in NX ?
Or maybe it's not possible
Thanks in advance
Regards
Didier Psaltopoulos
http://www.psi-cad.fr
Hi
I succeed to create a user exit for file open and file new, and put a code to import a catalogue for attribut
It works but I encountered the problem that it doesn't work if I have no part in my session
Because, I need to define the workpart and the displayed part
Is there any setting to...