Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Catia VBA Axis Selection

Status
Not open for further replies.

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
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top