mergeequivalents - PLAXIS 2D Input commands documentation

mergeequivalents mereq

Merges objects with a default tolerance value of 0.001 or with an optional tolerance parameter. This command removes existing objects and creates new features. The specified objects are used as initial merge set. It is possible that the merge operation will also affect objects that are directly or indirectly connected to the initial merge set (e.g. the lines connected to explicitly specified points will implicitly be taken into account during the merge operation).
Merges objects with a default tolerance value of 0.001. This command removes existing objects and creates new features.
mergeequivalents Point_3 Point_5 Assuming that point_3 and point_5 are near one another, merges point_3 and point_5 with a default tolerance of 0.001. It deletes point_5 with point_3 as the reference.
<{1,...}: PlxObject'>'
1,... Sequence of one or more objects
PlxObject Object Objects used for merging
Mode Target
Geometry Global
{1,...} Userfeature
Merges objects with a tolerance. This command removes existing objects and creates new features.
mergeequivalents Point_3 Point_5 1 Merges point_3 and point_5 with a tolerance of 1 length unit. It deletes point_5 with point_3 as the reference, if the two points are not more than 1 length unit apart.
<{1,...}: PlxObject'>'Number'
1,... Sequence of one or more objects
PlxObject Object Objects used for merging
Number Number Tolerance for merging
Mode Target
Geometry Global
{1,...} Userfeature