hm_getmeshedgeparams

Returns all of the relevant automesh settings applied to that surface edge.

Syntax

hm_getmeshedgeparams edge_id

Type

HyperMesh Tcl Query Command

Description

This command returns all of the relevant automesh settings applied to a surface edge by *set_meshedgeparams. If no automesh settings are applied, no values are returned. The returned values are (in order):

  • elem_density
  • alg_type
  • bias_style
  • bias
  • min_size
  • max_size
  • chordal_dev
  • max_angle

Inputs

edge_id
The global edge ID of the surface edge to query.

Example

To get the automesh parameters assigned to edge with ID 15:

hm_getmeshedgeparams 15

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

10.0