hm_getdiameterfromfile
Returns the diameter for the specified thickness from the DVST file.
Syntax
hm_getdiameterfromfile thickness dvstfile
Type
HyperMesh Tcl Query Command
Description
Returns the diameter for the specified thickness from the DVST file.
Inputs
- thickness
- The thickness for which diameter is required
- dvstfile
- The diameter vs. thickness file name.
Example
To get the diameter for a thickness of 1.0 from the file:
set thickness 1.0;
set dtfile "d:\my_dvstfile.txt";
set diameter [ hm_getdiameterfromfile $thickness $dtfile ];
For the format for the diameter thickness file see the HyperMesh online help.
Errors
None.