*adaptive_wrapper_mesh_mc

Creates the mesh for selected adaptive wrap mesh controls.

Syntax

*adaptive_wrapper_mesh_mc mc_mark_id entity_type mark_id

Type

HyperMesh Tcl Modify Command

Description

Creates the mesh for selected adaptive wrap mesh controls.

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 create the mesh for mesh control 2 by specifying components 20 and 21 as input:

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