Mview for MoxyDraw

Creates a paperspace viewport.


Syntax:

Mview
lower left corner X
lower left corner Y
length
height
orientation
scale
ms target point X
ms target point Y

lower left corner X:

Sets the lower left corner X.

lower left corner Y:

Sets the lower left corner Y.

length:

Sets the window length.

height:

Sets the window height.

orientation:

Optional. Sets the orientation. If omitted, it will be set to top. Here all available orientations:

top

bottom

left

right

front

back

SWiso = South West isometric

SEiso = South East isometric

NEiso = North East isometric

NWiso = North West isometric

scale:

Optional. Sets the view scale. If omitted, it will zoom extents.

ms target point X:

Optional. Sets the model space target point X. If omitted, the point in the middle of all geometries will be selected.

ms target point Y:

Optional. Sets the model space target point Y. If omitted, the point in the middle of all geometries will be selected.

Note:

A paperspace layout must be set first or the command won't work. Here's an example:

Layout
Set
MoxyLayout
Mview
1.2
3.4
5
6
top
0.25
20.5
10.3