*hwct_deleterepsfromlibrary
Deletes representations from a connected library.
Syntax
*hwct_deleterepsfromlibrary entity_type mark_id params
Type
HyperMesh Tcl Modify Command
Description
Deletes representations from a connected library.
Inputs
- entity_type
 - The type of connected library. Currently only supported for subsystems.
 - mark_id
 - The ID of the mark of entities. Valid values are 1 and 2.
 - params
 - A quoted, comma separated string, containing additional optional name=value
            parameters.  Valid parameters are:
- comment=<value>
 - The comment to add for the action.
 
 
Examples
Delete crash representation for subsystem 2 from the library:
*createmark subsystems 1 2
*hwct_deleterepsfromlibrary subsystems 1 crash "removedcrash"
    Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
2020