Difference between revisions of "MGED CMD view2model lu"
From BRL-CAD
(New page: Category:MGED =view2model_lu= :: This is a developer command. __TOC__ ==Syntax== :view2model_lu ''x y z'' ==Argument(s)== : '''x''' :: X Attribute of view coordinates. : '''y''' :...) |
m |
||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|View2model_lu]] |
− | + | [[Category:MGED developer commands|View2model_lu]] | |
=view2model_lu= | =view2model_lu= | ||
:: This is a developer command. | :: This is a developer command. |
Latest revision as of 08:59, 18 November 2009
view2model_lu[edit]
- This is a developer command.
Contents
Syntax[edit]
- view2model_lu x y z
Argument(s)[edit]
- x
- X Attribute of view coordinates.
- y
- Y Attribute of view coordinates.
- z
- Z Attribute of view coordinates.
Return Value(s)[edit]
- Model Coordinates.
Description[edit]
The "view2model_lu" command converts the specified point (x y z) in view coordinates to model coordinates (mm) in local units. The part of view space displayed by MGED is the cube -1.0 <= x,y,z <= +1.0.
Example(s)[edit]
- mged> view2model_lu 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) in local units.
See Also[edit]
- 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