*combineelements
Combines the selected elements into one.
Syntax
*combineelements mark tolerance angle
Type
HyperMesh Tcl Modify Command
Description
Combines the selected elements into one.
Inputs
- mark
- The ID of the mark containing the elements to be combined.
- tolerance
- The maximum tolerance allowed before a node within the group of selected elements is considered to be not on the plane formed by any three nodes attached to the group of selected elements.
- angle
- The maximum angle between three nodes which is considered to be a flat side.
Examples
*createmark elements 1 10 13 15
*combineelements 1 0.1 150.0
*combineelements() only works with two-dimensional elements.