Is there any filter command available to select converted edges?
It can save a lot of time that I spend in finding the converted edges and selecting them and deleting them individually.
Is there any filter command available to select converted edges?
It can save a lot of time that I spend in finding the converted edges and selecting them and deleting them individually.
Finally someone how is not asking for a piece of code but trying to learn. Good job.
first of all are you familiar at all with macro?
this will be your reference : 2019 SOLIDWORKS API Help - Welcome
for getting started : 2019 SOLIDWORKS API Help - Getting Started
you can try to record a macro directly in Solidworks (not everything work but it' often a good start), this will record what you do in the software and "translate" it is some code for you
2019 SOLIDWORKS Help - Recording and Playing Macros
after that you modify the code to do what you what it to do.
Post your try here I'll look at it when I have some time.
Hi, I don't think that converted entities are different than any other sketch entities, so no filter possible.
Maybe you can write a macro to loop through all sketch entities, check the sketch relation and delete the entity if this is a "on edge" relation ?