Parts Section

  • Used to specify VMoveCAE how to group elements into parts, what parts to translate and what parts to filter.

  • This is an optional section.

  • Each data line should contain the name of one part that needs to be translated or filtered.

  • Users can use * as a wildcard character.

  • Usage Example:

    * PARTS, GROUPING=element-set
    
    - PART-1-1_PLATE
    - CLAMP
    - HB*
    - STD*, FILTER
    

Section Attributes

  • GROUPING: Part grouping to be used.

    • Supported values:

      • property-id

      • element-set

      • element-and-face-sets

    • Default value: If part grouping is not specified, VMoveCAE uses default part grouping based on the file type. The default part grouping for different file formats is specified in the following table.

    File Type

    Default Part Grouping

    ABAQUS_ODB

    element-set

    ABAQUS_INP

    property-id

Data Attributes

  • TRANSLATE: Translates the part from Cax output. This is the default behavior.

  • FILTER: Filters the part from Cax output.

Examples & Description

Example 1

* PARTS, GROUPING=element-set

-  PART-1-1_PLATE
-  CLAMP
-  HB*

Creates parts in CAX files based on the element sets in the model file. The resulting CAX file will contain the following parts.

  • PART-1-1_PLATE

  • CLAMP

  • All element sets whose name starts with HB.

Example 2

* PARTS, GROUPING=property-id

-  ASSEMBLY_PART-1-1_LING1, FILTER
-  ASSEMBLY_PART-1-1_TRACE1, FILTER
-  *SOIL*, FILTER

Creates parts in CAX files based on the property ids (sections in Abaqus ODB files) in the model. The resulting CAX file will contain all the sections as parts except for the following.

  • ASSEMBLY_PART-1-1_LING1

  • ASSEMBLY_PART-1-1_TRACE1

  • All sections with SOIL inside the name.