__getcommonmeshnodes __gcmn
Displays the number of shared nodes of two cut objects.
Displays the number of shared nodes of two cut objects.
__getcommonmeshnodes Line_2 Polygon_1
Displays the number of nodes of Line_2 that are present in Polygon_1. When, for example, the line is located along the edge of the surface, this command will give 'all' as feedback.
CutObject' CutObject'
CutObject | Object reference | Object of which the number of shared nodes should be displayed |
CutObject | Object reference | Object of which the number of shared nodes should be displayed |
Mode | Target |
---|---|
Mesh | Global |
None
Displays the number of shared nodes of two cut objects with the possibility to display the positions of the shared nodes.
__getcommonmeshnodes Polygon_1 Line_2 true
Displays the number of nodes of Polygon_1 that are present in Line_2 and a list with the positions of these nodes. When, for example, the line is located along the edge of the surface, this command will give a percentage as feedback.
CutObject' CutObject' Boolean'
CutObject | Object reference | Object of which the number of shared nodes should be displayed |
CutObject | Object reference | Object of which the number of shared nodes should be displayed |
Boolean | Boolean | True displays the positions of the shared nodes, false does not display this |
Mode | Target |
---|---|
Mesh | Global |
None