hm_getmidsurfaceinfo
Returns information related to geometric midsurfaces.
Syntax
hm_getmidsurfaceinfo query_type=<value> input_mark=<mark_id> ?<option1>=<value1>? ?<option2>=<value2>? ... ?<optionN>=<valueN>?
Type
HyperMesh Tcl Query Command
Description
Returns information related to geometric midsurfaces.
Inputs
- query_type=<value>
- The type of query to perform:
- input_mark=<value>
- The ID of the mark of input entities. Valid values are 1 and 2.
- input_entity_type=<value>
- The type of input entity on input_mark. Valid values are given in query_type. If there is only one possible value, this can be omitted.
- output_entity_type=<value>
- The type of ouptut entity. Valid values are given in query_type. If there is only one possible value, this can be omitted.
Examples
*createmark solids 1 19
hm_getmidsurfaceinfo query_type=find_midsurface input_mark=1 input_entity_type=solids
*createmark surfs 1 19
hm_getmidsurfaceinfo query_type=find_parent_geometry input_mark=1 input_entity_type=comps
*createmark surfs 1 19
hm_getmidsurfaceinfo query_type=is_midsurface input_mark=1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2021