Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can't change scale of Isometric view

6 REPLIES 6
SOLVED
Reply
Message 1 of 7
johnnr
759 Views, 6 Replies

Can't change scale of Isometric view

Hi,

 

I use:

oView.scale=oView.scale/2

 to half each view scale. It works for base view, projected views like bottom view and left view, but it doesn't work for Isometric view. Which property should I use for Isometric view?

 

Thanks

 

John

6 REPLIES 6
Message 2 of 7
pds
Participant
in reply to: johnnr

Try this

oView.[Scale]=oView.scale/2
Message 3 of 7
johnnr
in reply to: pds

It's the same. Still Isometric one not changed.

 

Thanks anyway.

Message 4 of 7
xiaodong_liang
in reply to: johnnr

Hi,

 

It works at my side. Please see the attached snapshot. If you still have the problem, could you share a small demo?

Message 5 of 7
johnnr
in reply to: xiaodong_liang

Hi XiaoDong,

 

It doesn't work when you select both normal view and ISOmetric view.

If you only select the ISOmetric view, it will work. I want all views change together no matter what kind of view they are.

 

Thanks for help

 

John

Message 6 of 7
xiaodong_liang
in reply to: johnnr

Hi,

 

A short test video is attached. It works well at my side. Which version you are using? I used Inventor 2013 + SP1.1

Message 7 of 7
johnnr
in reply to: xiaodong_liang

Thanks XiaoDong. It's all work now.

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

Post to forums  

Autodesk Design & Make Report