*remesh_element_intersection
Remeshes 2D elements at intersection locations.
Syntax
*remesh_element_intersection entity_type mark_id params
Type
HyperMesh Tcl Modify Command
Description
Remeshes 2D elements at intersection locations. Elements are distributed into groups based on their connectivity. The elements belonging to different components may be in the same group. Only different groups are taken as counterparts for the intersection calculation. Moreover, elements sharing a node are not counterparts of the intersection calculation on checking element/element intersection.
Inputs
- entity_type
- The type of entities to remesh. Valid values are comps and elems.
- mark_id
- The ID of the mark containing the entities to remesh. Valid values are 1 and 2.
- params
- The parameters of re-meshing along the cut, defined as "keyword value" format.
Example
To trim displayed components, removing internal shells and remeshing using 2 additional
layers:
*createmark comps 1 "displayed"
*remesh_element_intersection comps 1 "generate_intersect_segments_only 0 remove_internal_shell 1 do_only_remove_internal_shell 0 num_remesh_layers 2 angle 30.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
12.0.110