How to generate named selections for faces in contact between 2 bodies?
Gabriel Messager
Member, Employee Posts: 54
✭✭✭✭
in 3D Design
Comments
-
On all visible bodies:
ShareTopologyNamedSelection.FindAndFix()
From a body selection:
my_sel = Selection.SelectAll() sharetopo = ShareTopologyNamedSelection(my_sel) sharetopo.FindProblemAreas() sharetopo.Fix()
0