2010-10-19 05:20 PM
sz = sz*(1/A_)Am I using it correctly? Do I need to be using some sort of 'Layout Scale' variable instead?
2010-10-20 04:15 AM
sz = sz*(1000/A_)
2010-10-20 12:23 PM
2010-10-20 05:19 PM
hsid=hsid+1 HOTSPOT2 0,texty, hsid,textx,1+128 hsid=hsid+1 HOTSPOT2 textx,texty, hsid,textx,2 hsid=hsid+1 HOTSPOT2 -1,texty, hsid,textx,3 hsid=hsid+1 HOTSPOT2 textx,0, hsid,texty,1+128 hsid=hsid+1 HOTSPOT2 textx,texty, hsid,texty,2 hsid=hsid+1 HOTSPOT2 textx,-1, hsid,texty,3 ADD2 textx, textyFor the paper space version, I have:
textxs = textx*A_ textys = texty*A_ hsid=hsid+1 HOTSPOT2 0,textys, hsid,textxs,1+128 hsid=hsid+1 HOTSPOT2 textxs,textys, hsid,textxs,2 hsid=hsid+1 HOTSPOT2 -1,textys, hsid,textxs,3 hsid=hsid+1 HOTSPOT2 textxs,0, hsid,textys,1+128 hsid=hsid+1 HOTSPOT2 textxs,textys, hsid,textys,2 hsid=hsid+1 HOTSPOT2 textxs,-1, hsid,textys,3 ADD2 textxs,textys
2010-10-23 08:10 PM
derekjackson wrote:I'm not clear exactly what you are trying to do but in my experience it is very difficult (if not impossible) to make dynamic hotspots responsive to both model and paper dimensions. It seems to be pretty much an either/or situation, at least practically speaking.
I'm trying to get Graphical Hotspots to work so that the output can be dragged to a location by the user, and it will maintain a consistent relationship with the main object regardless of paper or model space.
2010-10-25 02:41 AM
2010-10-25 09:02 AM
derekjackson wrote:This is straight-forward if you have a clear picture of the whole task. Your aim is for the object to appear on a printed page at a specified size irrespective of scale, e.g. if I say that text is 3mm high, it will always be 3mm high on the printed page.
I'm trying to generate an object that lets the user choose between Paper or Model space when defining the size of the object output. It's an informative object that gives them a reading on various aspects of the model - I'd like to give them choice to choose its size in Model space for the working model, but also to pick a paper size so that it can be placed on layouts.