*ME_ModuleOccurrenceRepresentationLoad
Loads a representation of a part or part assembly using options.
Syntax
*ME_ModuleOccurrenceRepresenationLoad id ?options?
Type
HyperMesh Tcl Modify Command
Description
Loads a representation of a part or part assembly using options. The definition will typically result in the use of HyperMesh readers to import either CAD, solver or HM files.
Inputs
- id
- The ID of the module to load.
- options (optional)
- List of input options, passed as a comma separated string enclosed in quotes. Valid
options are:
- usecase=<label>
- The label of the use case to load, with default being a typical value.
Example
To load the representation for part with ID 10 for its default use case:
*ME_ModuleOccurrenceRepresenationLoad 10 "usecase=default"
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2017