*groupsetconfigtype

Sets the configuration and type for a group entity.

Syntax

*groupsetconfigtype mark_id destination_config destination_type

Type

HyperMesh Tcl Modify Command

Description

Updates the configuration and the type of the selected group entities during basic entity conversion.

Inputs

mark_id
The ID of the mark containing the group entities to updated. Valid values are 1 and 2.
destination_config
The group configuration that is equivalent in the destination profile.
destination_type
The group type that is equivalent in the destination profile.

Examples

To update the CONTACT_PAIR groups to configuration 2 and type 1:
*createmark groups 1 “by card image name” CONTACT_PAIR
*groupsetconfigtype 1 2 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