Synopsis
PDX_MSGT gdx_WriteAssemblyTree(long option, int gdx_model, char *file)
Purpose
Convert the GDX components into an ASCII file.
Description
The components will be formatted to an ASCII file with each component on a line conforming to the following format: .nf
cmpid "cmpname" {{cmpid "instname"} {...} ...} {geomid ...}
example:
751:0 "NUT_AND_BOLT:NUT_AND_BOLT" {{49:279 "0000001"} {347:521 "0000002"}} {} 1545:2145 "PLATE:PLATE" {} {2145} .fi
Input
option
GDX_ASSEMBLY_TREE_FILES
Assembly is comprised of files
gdx_model
Model containing the gdx component entities
file
File to create
Return
GDX_NOERR
.fi