View.moveModelOnPage


moveModelOnPage(modelX, modelY, modelZ, pageX, pageY)

Only appropriate to page layout mode. Similar to panning, but instead of moving the model relative to the screen, moves the model relative to the paper. Fixes the specified point in model coords to the specified point on the page. This function automatically turns off scaled to fit mode.

modelXdoublein model units
modelYdoublein model units
modelZdoublein model unit
pageXdoublein mm from left of page
pageYdoublein mm from bottom of page
Return valuenone 

See also panToPosition panRelative setPageLayoutMode

Back to View

Back to Overview