hm_getmeshfaceparams
Returns all of the relevant automesh settings applied to that surface face.
Syntax
hm_getmeshfaceparams face_id
Type
HyperMesh Tcl Query Command
Description
- shape_type
 - elem_type
 - alg_type
 - elem_size
 - smooth_method
 - smooth_tol
 - size_control
 - skew_control
 
Inputs
- face_id
 - The global face ID of the surface face to query.
 
Example
To get the automesh parameters assigned to face with ID 15:
hm_getmeshfaceparams 15
    Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
10.0