@ignoresetswithsamenameascomps()

Returns the value of the “Do not export ELSET with same name as component” export option in the Abaqus profile.

Syntax

@ignoresetswithsamenameascomps()

Type

HyperMesh Template Function

Description

This function returns the value of the “Do not export ELSET with same name as component” export option in the Abaqus profile or returns 1 if IGNORE_WRITING_SETS is passed via the FE export command.

To ignore writing the *ELSET definition for the sets which have the same name as the components, the value returned by this command needs to be checked along with the template function to get the lists of sets with same name as components.

Example

*if([@ignoresetswithsamenameascomps() == 1])
   ...do not write *ELSET with same name as components...
*else()
   ...write *ELSET with same name as components...
*endif()

Version History

2022.1