*realizecontactsurfstosets

Realizes all contact surfaces of a given card image to segment sets.

Syntax

*realizecontactsurfstosets card_image

Type

HyperMesh Tcl Modify Command

Description

Realizes all contact surfaces of a given card image to segment sets.

Inputs

card_image
The card image of the contact surfaces to realize.

Examples

Realize contact surfaces with cardimage surfSeg to segment sets:

*realizecontactsurfstosets surfSeg

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

2020