Hello
I want to erase with the help of a macro a removal of material per revolution but impossible to find a solution that works.
Is this really possible?
Kind regards
Hello
I want to erase with the help of a macro a removal of material per revolution but impossible to find a solution that works.
Is this really possible?
Kind regards
Yes, it's quite doable, but there are several methods for it.
Selection of the function manually, by name, by type (revolution), other...
And put the function in the delete state or delete it completely?
Quelques exemple de sélections:
Ensuite appliquer la fonction (supprimer ou effacer)
Edit:
Ou encore:
Great thanks,
I managed to do what I had in mind with it!
I have a problem that I can't seem to solve.
I also want to remove propeller functions.
I use the following line to select my function:
' Initialiser l'extension du modèle
Set instance = swModel.Extension
' Sélectionner la fonction d'enlèvement de matière par révolution nommée "A"
value = instance. SelectByID2(" A ", " BODYFEATURE ", 0, 0, 0, True, -1, Nothing, 0)
But this doesn't work for a propeller function, even if I replace the BODYFEATURE with HELIX. (My propeller is aptly named A)
Thank you
My bad one has to use REFERENCECURVES ̄_(ツ)_/ ̄