11.01.2013 Views

NX Nastran DMAP Programmer's Guide - Kxcad.net

NX Nastran DMAP Programmer's Guide - Kxcad.net

NX Nastran DMAP Programmer's Guide - Kxcad.net

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

1439<br />

TABEDIT<br />

Performs editing operations on table data blocks<br />

2. Repeat Example 1, assuming GEOM1 was saved on a previous run, by using<br />

record substitution.<br />

DTIIN DTI,DTINDX/CON,,,,,,,,, $<br />

TABEDIT XGEOM1,CON,GEOM1,,/GEOM1X $<br />

EQUIVX GEOM1X/GEOM1/ALWAYS $<br />

END $<br />

CEND<br />

BEGIN BULK<br />

DTI,CON,1,DR,1,ENDREC<br />

DTI,CON,2,KRA,1,ENDREC<br />

(all GRID entries, including the correction)<br />

ENDDATA<br />

3. Repeat Example 2 by using word substitution.<br />

DTIIN DTI,DTINDX/CON,,,,,,,,, $<br />

TABEDIT XGEOM1,CON,GEOM1,,/GEOM1X $<br />

EQUIVX GEOM1X/GEOM1/ALWAYS $<br />

END $<br />

CEND<br />

BEGIN BULK<br />

DTI,CON,1,CR,1,DW,20,26,0<br />

,SWA,3,KWA,7<br />

GRID,30,0,2.0,2.0,0,3456,0<br />

ENDDATA<br />

4. Repeat Example 1, assuming GEOM1 was written onto a user file during the<br />

previous run, by using the merge-edit feature.<br />

DTIIN DTI,DTINDX/C,,,,,,,,, $<br />

INPUTT2 GEOM1OLD,,,,/-1 $<br />

TABEDIT GEOM1OLD,C,GEOM1,,/GEOM1X $<br />

EQUIVX GEOM1X/GEOM1/ALWAYS $<br />

END $<br />

CEND<br />

BEGIN BULK<br />

DTI,C,1,MEA,1,8,ENDREC<br />

GRID,30,0,2.0,2.0,0.0,0,3456,0<br />

ENDDATA

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!