*adaptive_wrapper_leak_check_mc

Check leakage and generate 1Ds for the leak path for an adaptive wrap mesh control.

Syntax

*adaptive_wrapper_leak_check_mc mc_mark_id entity_type mark_id

Type

HyperMesh Tcl Modify Command

Description

Check leakage and generate 1Ds for the leak path for an adaptive wrap mesh control.

Inputs

mc_mark_id
The ID of the mark containing the adaptive wrap mesh controls. Valid values are 1 and 2.
entity_type
In case the mesh controls do not have a base entity selection, then comps and elems must be assigned separately.
mark_id
The ID of the mark containing any base entity selections. Valid values are 1 and 2.

Examples

To perform a leak check on mesh control 2 by specifying components 20 and 21 as input:

*createmark meshcontrols 1 1
*createmark comps 1 20 21
*adaptive_wrapper_leak_check_mc 1 comps 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

14.0