2019-08-21 04:54 PM - last edited on 2022-10-04 04:24 PM by Daniel Kassai
2019-08-22 10:33 AM
2019-08-22 02:22 PM
Ralph wrote:Drawingscale and parentoriginalscale are both output only.
Does changing the scaling ratio work?
2019-08-22 03:20 PM
2019-08-22 03:32 PM
Ralph wrote:First question - yes
What happens when you change the ratio? If the bounding box doesn't change, does that mean the drawing is cropped when it expands or sits far within the bounding box when it contracts?
If so, there is a flag (isCutWithFrame) to indicate the drawing is cropped to the bounds – unsetting that might make the bounds automatically adjust. Alternatively, you might need to specify the bounds by defining the bounding polygon (poly + polygon memo).
2019-08-28 03:33 PM
smithclarkson01 wrote:
Does changing the scaling ratio work?
it doesn't
2019-10-07 11:52 PM
2019-10-24 01:53 PM
2019-11-05 11:09 AM
Tomer1 wrote:So I found the ApiDB_CheckDrawingStatuisID. Is there a function that’s actually changing the status (updating the drawing instead of just checking if it’s updated)?
Does anyone have an idea? My goal is to do the “update” action of layouts/drawings by code, or to change drawing bounds.
Thanks in advance!