Jashe
Automotive
- Jun 19, 2013
- 204
Does anybody know where I could retrieve a macro for hiding axis and/or planes? Preferably both. When I bring parts up in TCe it is loaded with them and I don't have the time to individually hide them all.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Set productDocument1 = CATIA.ActiveDocument
Set product1 = productDocument1.Product
Set productDocument1 = CATIA.ActiveDocument
Set selection1 = productDocument1.Selection
selection1.Search "CatPrtSearch.Plane,All"
Set visPropertySet1 = selection1.VisProperties
visPropertySet1.SetShow catVisPropertyNoShowAttr
selection1.Clear