GRIP remove parameters
GRIP remove parameters
(OP)
I know grip is outdated but can anyone tell me if it had a command for removing parameters. I have some designs with 400 plus components all designed with parameters and the customer wants the designs with all parameters removed from the components. Any help would be appreciated
Regards
Regards
Smitty
www.changes-consulting.com





RE: GRIP remove parameters
Don't forget to use your Command Finder when locating commands that you cannot find, because they do get moved on occasion.
I am on NX8.5
RE: GRIP remove parameters
John R. Baker, P.E. (ret)
EX-Product 'Evangelist'
Irvine, CA
Siemens PLM:
UG/NX Museum:
The secret of life is not finding someone to live with
It's finding someone you can't live without
RE: GRIP remove parameters
Regards,
Tomas
RE: GRIP remove parameters
Thanks
Smitty
www.changes-consulting.com
RE: GRIP remove parameters
John R. Baker, P.E. (ret)
EX-Product 'Evangelist'
Irvine, CA
Siemens PLM:
UG/NX Museum:
The secret of life is not finding someone to live with
It's finding someone you can't live without
RE: GRIP remove parameters
A Journal has the benefit that one often can catch the bulk of the program by recording it step by step ( Same as the Macro feature. ) And then add by programming the bits and pieces making it a real program.
The Journal can then be run either compiled or non-compiled. The non-compiled is slower.
Regards,
Tomas
RE: GRIP remove parameters
Regards
Smitty
www.changes-consulting.com
RE: GRIP remove parameters
Mark Rief
NX CAM Customer Success
Siemens PLM Software
RE: GRIP remove parameters
Can anyone give me some help with this program, it finds all the surfaces and solids but will not translate them. I put a line in to delete them and it will delete them but it will not translate them. Again, I am trying to copy the surfaces to remove the parameters. thanks
NUMBER/ i
NUMBER/ mat1(12)
ENTITY/ ent(999)
ENTITY/ ent1(999)
mat1 = MATRIX/TRANSL,0,0,0
&CURDIR = 'C:\temp_work\'
PRINT/&CURDIR
DOPEN
a10: DNEXT/IFEND,TERM: $$ read header of next file
FETCH/PART, &FNAME,IFERR, a10: $$ open part file
a20: INEXTE/ ALL
MASK/ 70
i = 1
LOOPii: ent(i) = NEXTE/IFEND, a30:
i = i + 1
JUMP/ LOOPii:
a30:
$$ DELETE/ ent
TRANSF/mat1, (ent(i))
Smitty
www.changes-consulting.com
RE: GRIP remove parameters
CODE
mat1 = MATRIX/TRANSL,0,0,0www.nxjournaling.com
RE: GRIP remove parameters
Smitty
www.changes-consulting.com
RE: GRIP remove parameters
Smitty
www.changes-consulting.com
RE: GRIP remove parameters
NUMBER/ i
NUMBER/ mat1(12)
ENTITY/ ent(999)
ENTITY/ ent1(999)
mat1 = MATRIX/TRANSL,0,0,0
&CURDIR = 'C:\temp_work\'
PRINT/&CURDIR
DOPEN
a10: DNEXT/IFEND,TERM:
read header of next file
FETCH/PART, &FNAME,IFERR, a10:
read header of next file FETCH/PART, &FNAME,IFERR, a10:
open part file
a20: INEXTE/ ALL
MASK/ 70
i = 1
LOOPii: ent(i) = NEXTE/IFEND, a30:
TRANSF/mat1, (ent(i))
i = i + 1
JUMP/ LOOPii:
a30:
$$ DELETE/ ent
RE: GRIP remove parameters
-Dave
NX 9, Teamcenter 10
RE: GRIP remove parameters
Click the "solutions center" link in the "explore GTAC" menu; then type in your search terms such as "nxopen sample all files in folder".
Here's one that looks to be relevant:
http://solutions.industrysoftware.automation.sieme...
Use it with extreme caution.
www.nxjournaling.com
RE: GRIP remove parameters
-Dave
NX 9, Teamcenter 10
RE: GRIP remove parameters
www.nxjournaling.com
RE: GRIP remove parameters