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.

1512<br />

XSORT<br />

Reads and sorts Bulk Data section<br />

Remarks:<br />

1. XSORT does not stop on error detection; therefore, the following statement<br />

should appear after the module:<br />

IF (NOGOXSRT) EXIT $<br />

2. If BULKOLD is purged or empty, then the current Bulk Data is sorted and copied<br />

into BULK.<br />

3. XSORT must be specified after the IFP1 module.<br />

Examples:<br />

1. Read the Bulk Data section in a cold start.<br />

XSORT ,,/IBULK/S,N,NOGOXSRT $<br />

2. Read multiple Bulk Data sections in a loop and cold start. Each Bulk Data section<br />

is prefaced with BEGIN SUPER=SEID and qualified by SEID.<br />

DO WHILE ( NOT LASTBULK ) $<br />

XSORT ,,/IBULK/<br />

S,N,NOGOXSRT//S,N,NEXTID/S,N,LASTBULK $<br />

SEID=NEXTID $<br />

ENDDO $

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

Saved successfully!

Ooh no, something went wrong!