@namedentity()

Returns the value of the "Export as named entity" export option.

Syntax

@namedentity()

Type

HyperMesh Template Function

Description

Returns the value of the "Export as named entity" export option

Inputs

None.

Examples

Example:

*if([@namedentity()])
  // Code for named entity export
*endif()

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

2021