Difference between revisions of "MGED CMD sed"

From BRL-CAD
(New page: Category:MGED =sed= __TOC__ ==Syntax== :sed ''path'' ==Argument(s)== : '''path''' :: Path to valid BRL-CAD Primitive. ==Return Value(s)== : No Return Values for this command. ==...)
 
m
Line 1: Line 1:
[[Category:MGED]]
+
[[Category:MGED|Sed]]
  
 
=sed=
 
=sed=

Revision as of 09:35, 18 November 2009


sed

Syntax

sed path


Argument(s)

path
Path to valid BRL-CAD Primitive.

Return Value(s)

No Return Values for this command.


Description

The "sed" command places MGED directly into the primitive edit mode. The path must uniquely identify a primitive shape. If the shape is only referenced once in the objects being displayed, then path may simply be the shape name. If the shape is multiply referenced, then the path should be the full path from a top level displayed object to the primitive shape to be edited. The who command will return a list of the top-level objects currently being displayed.

Example(s)

mged> sed shape1
Enter primitive edit state for shape1

See Also

who

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