Message 1 of 2
Automatic scale drawing with iLogic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everybody !
I'm working on a drawing that will change the scale of my views automatically with iLogic.
In a first time, I have found the limit height and limit width that I would like for my views.
For example for my view 1 I have a maximal height of 252 and a maximal width of 738.
So I would like to automatically change the scale, to have a view that fit well in the limits that I have define.
I would to create a code like this maybe but I'm not really good in codding :
For i from 1 to …
If ActiveView1Width > LimitView1Width then
View1Scale = 1/i
Else
Exit
End if
End for
Is it possible ?
Thanks for every helps 🙂