*morphsetsmoothignoredelems
Assigns elements to be ignored when performing element test criteria for shape combination checking via *morphshapesmooth.
Syntax
*morphsetsmoothignoredelems entity_type mark_id
Type
HyperMesh Tcl Modify Command
Description
Assigns elements to be ignored when performing element test criteria for shape combination checking via *morphshapesmooth. Note that the excluded elements are retained in memory until this command is used to clear or change them, or until a new model is loaded.
Inputs
- entity_type
- Must be set to elems.
- mark_id
- The ID of the mark containing the elements to ignore. Valid values are 1 and 2.
Example
To set all elements in the component boundary to be ignored:
*createmark elems 1 "by comp" boundary
*morphsetsmoothignoredelements elems 1
Errors
if { [ catch {*morphsetsmoothignoredelems...} ] } {
# Handle error
}
Version History
14.0