hm_getmeshfaceparams
Returns all of the relevant automesh settings applied to that surface face.
Syntax
hm_getmeshfaceparams face_id
Type
HyperMesh Tcl Query
Description
This command returns all of the relevant automesh settings applied to a surface face by
*set_meshfaceparams. If no automesh settings are applied, no values are
returned. The returned values are (in order):
- 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
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