![]() |
![]() |
![]() |
DA_DUMP_MESH exports finite element mesh information for a part to an external file.
-->(DA_DUMP_MESH)---------+
|
+-------------------------+
|
+-------+--(:STUDY)-----|SELECT S_FERRUM_STUDY|--------------------------------------------------+
| |
+--(:AMG_PART)--|SELECT (CREATE_GENERAL_FOCUS *SD_ASSEMBLY_SELTYPE* *SD_PART_SELTYPE*)|--+
| |
+--(:AMG_DUMP_FILE_FORMAT)-----+---(:MG_PNF)-----+---------------------------------------+
| | | |
| +---(:MG_ASCII)---+ |
| | | |
| +---(:MG_VRML)----+ |
| |
+--(:OUT_FILE)-----------------|string|--------------------------------------------------+
| |
+-------<-----------<----------<----------<-----------<----------<------------<----------+
:STUDY - specifies the study with the mesh information to export.
:AMG_PART - enables selection of the part associated with the mesh information.
:AMG_DUMP_FILE_FORMAT - specifys the file format for the exported file.
:MG_PNF - selects Patran Neutral export file format.
:MG_ASCII - selects ASCII export file format.
:MG_VRML - selects VRML file format.
:OUT_FILE - specifies the filename to use when exported.
All input strings must be enclosed by double quotes (" ").
![]() |
![]() |
![]() |