hm_getfacesbyedgelength
Gets the faces that have an edge with a length smaller or equal to the specified value.
Syntax
hm_getfacesbyedgelength double
Type
HyperMesh Tcl Query Command
Description
Gets the faces that have an edge with a length smaller or equal to the specified value.
Inputs
- double
- Length of an edge that you specify.
Example
hm_getfacesbyedgelength 20
Errors
None.