Hi Cowski,
I understand, thanks a lot for your answer.
I have just learned that grip programs can no longer be used after version NX2412. So, did you have a vb program to get the same result ?
TIA
Regards
Didier Psaltopoulos
http://www.psi-cad.fr
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
In fact, it's so simple
Dim j As Integer
j = 0
For Each primitives As Features.Feature In workPart.Features
'lw.WriteLine(primitives.FeatureType.ToString)
If primitives.FeatureType.ToString = "FLAT_PATTERN" Then
j = j + 1...
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