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.

844<br />

DBDELETE<br />

Deletes NDDL data blocks and parameters<br />

If the where-expr does not specify a colname that is assigned to the data block (or<br />

parameter), then the current value of the qualifier is assumed. For example, given<br />

that SEID is a qualifier for KAA, then the following DBDICT statements are<br />

equivalent:<br />

SPC=10 $<br />

DBDELETE DATABLK=KAA $<br />

or<br />

DBDELETE DATABLK=KAA WHERE(SPC=10) $<br />

The WILDCARD keyword may be added in order to wildcard all qualifiers not<br />

already specified in where-expr. For example to delete all KAA where SPC=10<br />

and regardless of MPC, SEID, etc.:<br />

DBDELETE DATABLK=KAA WHERE(SPC=10 AND WILDCARD) $<br />

Note: WILDCARD applies only to qualifiers and not colnames like PROJECT,<br />

PROJECT, VERSION, CDATE, etc.<br />

2. The data block and parameter names in datablk-list and param-list cannot be alias<br />

names specified on the sub<strong>DMAP</strong> argument list. datablk-list and param-list must<br />

specify the name of the data block or parameter as defined in the NDDL.

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

Saved successfully!

Ooh no, something went wrong!