*CE_CreateXMCFData

Adds seam weld connector and link data to an xml file in xMCF format.

Syntax

*CE_CreateXMCFData entity_type mark_id

Type

HyperMesh Tcl Modify Command

Description

Adds seam weld connector and link data to an xml file in xMCF format.

Inputs

entity_type
The input entity type. Valid values is connectors.
mark_id
The ID of the mark containing the seam weld connectors on which data for xMCF will be extracted. Valid values are 1 and 2.

Examples

To add seam weld data to xml file in xMCF format for seam connectors ID 101, 102, 103:
*createmark connectors 1 101 102 103
*CE_CreateXMCFData connectors 1

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

2022.3