*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
*createmark parts 1 all
*writepart "C:/temp" 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2020