merge two stl (or combination of nodes and mesh of two separate 3D geometries) into one geometry
I have two 3D geometries (‘sol_1.stl’ and ‘sol_2.stl’) and their corresponding nodes and faces.
I would like to combine the two STL geometries into a single geometry, or merge the nodes and faces of the two geometries into one.
sol_1.st + sol_2.st -> sol_fin.stl
nodes_sol_1 + nodes_sol_2 -> nodes_sol_fin (simple)
faces_sol_1 + faces_sol_2 -> faces_sol_finI have two 3D geometries (‘sol_1.stl’ and ‘sol_2.stl’) and their corresponding nodes and faces.
I would like to combine the two STL geometries into a single geometry, or merge the nodes and faces of the two geometries into one.
sol_1.st + sol_2.st -> sol_fin.stl
nodes_sol_1 + nodes_sol_2 -> nodes_sol_fin (simple)
faces_sol_1 + faces_sol_2 -> faces_sol_fin I have two 3D geometries (‘sol_1.stl’ and ‘sol_2.stl’) and their corresponding nodes and faces.
I would like to combine the two STL geometries into a single geometry, or merge the nodes and faces of the two geometries into one.
sol_1.st + sol_2.st -> sol_fin.stl
nodes_sol_1 + nodes_sol_2 -> nodes_sol_fin (simple)
faces_sol_1 + faces_sol_2 -> faces_sol_fin stl, merge, union, combination, 3d, 3d plots MATLAB Answers — New Questions