How to toggle Show/Hide Mesh using ACT?
Vishnu
Member, Employee Posts: 222
✭✭✭✭
Best Answers
-
import toolbar toolbar.DoToggleShowMesh(ExtAPI)
2 -
You can use the following command as well:
ExtAPI.Graphics.ViewOptions.ShowMesh = True
Advantage is that you can check if Mesh is display or not by getting ExtAPI.Graphics.ViewOptions.ShowMesh boolean value
1