Community
PowerShape and PowerMill API Forum
Welcome to Autodesk’s PowerShape and PowerMill API Forums. Share your knowledge, ask questions, and explore popular API topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

PowerSHAPE SetWireframeView Not Working

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
nbaranowski
467 Views, 2 Replies

PowerSHAPE SetWireframeView Not Working

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.

2 REPLIES 2
Message 2 of 3

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

Sounds good thanks.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report