*realizesetstocontactsurfs
Realizes all segment sets of a given card image to contact surfaces.
Syntax
*realizesetstocontactsurfs card_image
Type
HyperMesh Tcl Modify Command
Description
Realizes all segment sets of a given card image to contact surfaces.
Inputs
- card_image
- The card image of the segment sets to realize.
Examples
Realize segment sets with cardimage surfSeg to contact
        surfaces:
    *realizesetstocontactsurfs surfSegErrors
Incorrect usage results in a Tcl error. To detect
        errors, you can use the catch
        command:
    if { [ catch {command_name...} ] } {
   # Handle error
}Version History
2020