*ME_ModuleOccurrenceRepresentationReset2
Resets a part or a part assembly representation.
Syntax
*ME_ModuleOccurrenceRepresentationReset2 part_id ?options?
Type
HyperMesh Tcl Modify Command
Description
Resets a representation for a part or part assembly occurrence. UDM representation reference ID can be provided via options.
Inputs
- part_id
- The ID of a part or part assembly for which to reset the representation.
- options
- The optional list of inputs passed as a comma separated string. Valid options are: udm_rep_ref_id=<value>.
Example
To reset the representation for part ID
5:
*ME_ModuleOccurrenceRepresentationReset2 5
To reset the representation with UDM representation reference ID bef0:0 for part ID
5:
*ME_ModuleOccurrenceRepresentationReset2 5 "udm_rep_ref_id=bef0: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
2023