*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
*createmark groups 1 “by card image name” CONTACT_PAIR
*groupsetconfigtype 1 2 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2022