hm_marklength
Returns the number of entities on the specified mark.
Syntax
hm_marklength entity_type mark_id
Type
HyperMesh Tcl Query Command
Description
This command returns the number of entities on the specified mark.
Inputs
- entity_type
- The type of entity mark to query.
- mark_id
- The ID of the mark. Valid values are 1 and 2.
Example
To count the components on mark 2:
hm_marklength comps 2
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2023 - Deprecated argument panel_sensitive.