*blmesh2d_mc

Imprints edge layers on a surface mesh based on parameters defined in the edge layer control.

Syntax

*blmesh2d_mc mark_id

Type

HyperMesh Tcl Modify Command

Description

Imprints edge layers on a surface mesh based on parameters defined in the edge layer control. Only the active edge layer control is utilized for imprinting. Input surfaces in mesh controls should have an associated mesh.

Inputs

mark_id
The ID of the mark containing mesh controls. Valid values are 1 and 2.

Examples

To imprint edge layers using all mesh controls in the model:
*createmark meshcontrols 1 all
*blmesh2d_mc 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

2021.2