May 22, 2021 #1 NaWin55 Mechanical Joined Mar 21, 2020 Messages 98 Location IN What is the filter variant name for Axis selection i want the user to select axis system when selection button pressed i tried VarfFilter(0) = "Axis System" didnt work any solution Thanks
What is the filter variant name for Axis selection i want the user to select axis system when selection button pressed i tried VarfFilter(0) = "Axis System" didnt work any solution Thanks
May 22, 2021 #2 LWolf Automotive Joined Mar 20, 2007 Messages 530 Location SE check typename of your selection: Msgbox TypeName(CATIA.Activedocument.Selection.Item2(1).Value) that will give you the type to add to your VarfFilter regards, LWolf Upvote 0 Downvote
check typename of your selection: Msgbox TypeName(CATIA.Activedocument.Selection.Item2(1).Value) that will give you the type to add to your VarfFilter regards, LWolf