*hf_Create_DieCadSys
Creates a system from the CAD system stored in the database.
Syntax
*hf_Create_DieCadSys reserved
Type
HyperMesh Tcl Modify Command
Description
This command creates a system from the CAD system stored in the database.
Inputs
- reserved
- Reserved for future use. Must be set to 0.
Example
To create a system from the CAD system stored in the
database:
*hf_Create_DieCadSys 0
Errors
Incorrect usage results in a Tcl error. To detect
errors, you can use the catch
command:
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
11.0