*feinputwithdata2 - UG
The UG import options specified in the UG Part Browser are passed to the *feinputwithdata2 command as a string array.
Syntax
*feinputwithdata2 - UG
Description
"SELECTIONS <A B C D E F G H I J>" ""
"BEGIN_PARTS" "<PART_LIST>" "END_PARTS" ""
"BEGIN_LAYERINFO" "DISABLE <DISABLED_LAYERS>" "ENABLE <ENABLED_LAYERS>" "END_LAYERINFO" ""
"BEGIN_CATEGORIES" "<CATEGORIES>" "<CATEGORIES>" "END_CATEGORIES" ""
"COMPONENT_NAME <COMPONENT_NAME_FORMAT>" ""The <RED PARAMETERS> are user editable and have the following options,
        with the following values:
Inputs
- A
- Coordinate system:- 0 - Global
- 1 - Local
 
- B
- Layer filtering: - 0 - Midsurface only
- 1 - Solid only
- 2 - Solid and Midsurface
 
- C
- Create welds in HyperMesh: - 0 - No
- 1 - Yes
 
- D
- Export to main weld file: - 0 - No
- 1 - Yes
 
- E
- Include invisible geometry: - 0 - No
- 1 - Yes
 
- F
- Display by:- 0 - Categories
- 1 - Layers
 
- G
- Merge assemblies:- 0 - No
- 1 - Yes
 
- H
- Part count:- 0 - All parts, otherwise part count
 
- I
- Save settings as default: - 0 - No
- 1 - Yes
 
- J
- Include wireframe geometry:- 0 - No
- 1 - Yes
 
- <PART_LIST>
- A list of all selected parts. This section is generally not user editable; its format uses UG internal entity handles. If H is 0, the <PART_LIST> should be empty (default).
- <DISABLED_LAYERS>
- Disabled layers, as entered in the Part Browser. If layers are enabled using <ENABLED_LAYERS>, this parameter should be blank (default). This is only required when F is 1.
- <ENABLED_LAYERS>
- Enabled layers, as entered in the Part Browser. If layers are disabled using <DISABLED_LAYERS>, this parameter should be blank. By default, this option is "*". This is only required when F is 1.
- <CATEGORIES>
- A list of categories to be imported. Each category is its own string. If this parameter is blank all categories are imported (default). This is only required when F is 0.
- <COMPONENT_NAME_FORMAT>
- The component name format, as entered in the Part Browser. The default name format is "default".