Difference between revisions of "MGED CMD oed"

From BRL-CAD
(New page: Category:MGED =oed= __TOC__ ==Syntax== :oed path_lhs path_rhs ==Argument(s)== : '''path_lhs''' :: Path to combination or region that contains path_rhs. : '''path_rhs''' :: Path to...)
 
(See Also: added sed)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Category:MGED]]
+
[[Category:MGED|Oed]]
 
+
[[Category:MGED matrix commands|Oed]]
 +
[[Category:MGED combination commands|Oed]]
 +
[[Category:MGED object editing|Oed]]
 
=oed=
 
=oed=
 
__TOC__
 
__TOC__
Line 30: Line 32:
  
 
==See Also==
 
==See Also==
: No related commands.
+
*[[MGED_CMD_sed|sed]]
  
  

Latest revision as of 04:51, 10 January 2010

oed[edit]

Syntax[edit]

oed path_lhs path_rhs


Argument(s)[edit]

path_lhs
Path to combination or region that contains path_rhs.
path_rhs
Path to a Primitive.


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

The "oed" command places MGED directly into the matrix edit mode. The path_rhs must be a path to a primitive shape, and path_lhs must be a path to a combination that includes the first component of path_rhs as one of its members. The edited matrix will be the matrix in the final component of path_lhs that corresponds to the first component of path_rhs. The last component in path_rhs is used as the reference shape during object editing.


Example(s)[edit]

mged> oed group1/group2
Place MGED into matrix edit mode, editing the matrix in group2 that corresponds to region1, using shapea as the reference shape.


See Also[edit]



Page Generated by David Loman on: 10/11/2007 at: 1:54:44 PM