Hi there,
for a large number of slightly varying models, I want to automate their creation and some mesh manipulation. For this, at one point, I need to extract all connected mesh faces starting from a face closest to a position I prescribe. I thought I could use rs.Command() with the -ExtractConnectedMeshFaces-command, but I have not found a way to then supply the target face.
Also, there seems to be no direct rs.Extract…() command that I could use.
Can somebody point me in the right direction here? Thanks!