MGED CMD view2model

[edit] view2model

This is a developer command.

Contents


[edit] Syntax

view2model x y z


[edit] Argument(s)

x
X Attribute of view coordinates.
y
Y Attribute of view coordinates.
z
Z Attribute of view coordinates.


[edit] Return Value(s)

Model Coordinates.


[edit] Description

The "view2model" command converts the specified point (x y z) in view coordinates to model coordinates (mm). The part of view space displayed by MGED is the cube -1.0 <= x,y,z <= +1.0.

[edit] Example(s)

mged> view2model 1 1 0
List the model coordinates of the upper right corner of the MGED display (in a plane at the center of the viewing cube).


[edit] See Also

grid2model_lu
grid2view_lu
model2grid_lu
model2view
model2view_lu
view2model
view2model_lu
view2model_vec
view2grid_lu

Page Generated by David Loman on: 10/12/2007 at: 7:27:41 AM