*writepart
Exports part information.
Syntax
*writepart file_path mark_id
Type
HyperMesh Tcl Modify Command
Description
Exports part information.
Inputs
- file_path
- The directory to write to.
- mark_id
- The ID of the mark of the modules/parts to export.
Examples
To export all part information to
C:/temp:
*createmark parts 1 all
*writepart "C:/temp" 1
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
2020