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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

792<br />

APPEND<br />

Concatenate two data blocks<br />

APPEND Concatenate two data blocks<br />

Produces the union of either two input data blocks or an input and an output data<br />

block. Depending on parameter input, APPEND will perform the following types of<br />

unions:<br />

Format:<br />

Input Data Blocks:<br />

Output Data Block:<br />

Parameters:.<br />

[OUT] = IN1 IN2<br />

[OUT] =<br />

OUT IN1<br />

APPEND IN1,IN2/OUT/IOPT/NULL1/NULL2/<br />

REAL/REALD/CMPX/CMPXD/CHAR $<br />

IN1,IN2 A pair of data blocks contributing to OUT (matrices or tables).<br />

OUT Output data block corresponding to first pair of input data blocks.<br />

IOPT Input-integer-default = 1. IOPT selects the method of appending.<br />

1 append columns (or records) of IN2 to IN1 as shown in Eq. 3-1<br />

Eq. 4-1<br />

Eq. 4-2<br />

2 append columns (or records) of IN1 to OUT as shown in Eq. 3-2.<br />

IN2 is ignored.<br />

10 write NULL2 in the next record of OUT<br />

11 write REAL in the next record of OUT<br />

12 write REALD in the next record of OUT<br />

13 write CMPX in the next record of OUT<br />

14 write CMPXD in the next record of OUT<br />

15 write CHAR in the next record of OUT<br />

16 write NULL2 followed by REAL in the next record of OUT<br />

17 write NULL2 followed by REALD in the next record of OUT<br />

18 write NULL2 followed by CMPX in the next record of OUT

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

Saved successfully!

Ooh no, something went wrong!