Selection issues
Hendrik Botma
Hi - I have a custom function that runs through meshes and creates centerlines based on their geometry. However, I have some drawings where the mesh seems to consist of entities that are not connected. why would that be (ie when I select certain meshes, it also selects some other meshes (others work fine)). There are no hidden entities. My selection method is set to "actionType.SelectByPick"... Thx in advance

0
Comments
Hello,
You can try `Mesh.SplitDisjoint()` method to separate them.
Thanks for the quick reply. However, this seems to "explode" the entity into very small meshes, and not into 2 meshes - as expected? Perhaps I'm missing some other settings?
I tried this:
Please sign in to leave a comment.