PowerSHAPE SetWireframeView Not Working

PowerSHAPE SetWireframeView Not Working

Anonymous
Not applicable
642 Views
2 Replies
Message 1 of 3

PowerSHAPE SetWireframeView Not Working

Anonymous
Not applicable

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.

0 Likes
Accepted solutions (1)
643 Views
2 Replies
Replies (2)
Message 2 of 3

luke.edwards.autodesk
Community Manager
Community Manager
Accepted solution

Looks like we are missing a bit of functionality there.  At present you would need to do:

powerShape.Execute("VIEW DETAIL WIRE");

Luke Edwards
Consulting Services Manager
Message 3 of 3

Anonymous
Not applicable

Sounds good thanks.

0 Likes