Message 1 of 3

Not applicable
03-17-2017
06:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Has anyone else noticed that SetWireframeView() does not work as expected? I want to toggle my view to show ONLY wireframe, no shaded surfaces.
Using this doesn't yield that result:
PSAutomation powerSHAPE = new PSAutomation(Autodesk.ProductInterface.InstanceReuse.UseExistingInstance); powerSHAPE.SetWireframeView();
I don't see any other method that does anything with wireframe, does anyone know what i am missing?
Thank you.
Solved! Go to Solution.