hm_getoption - CAD Writer
Returns the value of the CAD writer options.
Syntax
hm_getoption cad_writer=<format> option
Type
HyperMesh Tcl Query Command
Description
Returns the value of the CAD writer options.
Inputs
- cad_writer=<format>
- The format of the CAD writer. Valid formats are iges, inspire, jt, parasolid, and step.
- option
- The name of the option. Valid options for each format can be referred from the “cadiooptionname” attributes of the respective <format>.xml files in <altair_home>/hm/scripts/ImportExport/xml/geometry/export.
Example
hm_getoption cad_writer=iges Export
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2022.1