Hi I'm trying to select the top face on a solid in solid fillet wizard and i cant get it to work.
It is no problem to choose the face in the solid before I go into solid fillet.
STRING MySolidFace = solid[68].closest_face(0; 0; 100)
Print $MySolidFace
add Solid "mysolid"
SOLIDEDIT SELMODE SINGLE
PICK FACE NAME $MySolidFace
but when I open the solid fillet wizard, I cannot choose the face.
CREATE FEATURE FILLET
Radius 5,000000
Away On
add Solid "mysolid"
SOLIDEDIT SELMODE SINGLE
PICK FACE NAME $MySolidFace
APPLY
ACCEPT
is it another command to be used in solid fillet?