Difference between revisions of "MGED CMD permute"

From BRL-CAD
(New page: Category:MGED =permute= __TOC__ ==Syntax== :permute tuple ==Argument(s)== : '''tuple''' :: Concated Vertex list. ==Return Value(s)== : No Return Values for this command. ==Desc...)
 
m (Argument(s))
 
Line 10: Line 10:
 
==Argument(s)==
 
==Argument(s)==
 
: '''tuple'''
 
: '''tuple'''
:: Concated Vertex list.
+
:: Concatenated Vertex list.
 
 
  
 
==Return Value(s)==
 
==Return Value(s)==

Latest revision as of 17:43, 27 July 2015


permute[edit]

Syntax[edit]

permute tuple


Argument(s)[edit]

tuple
Concatenated Vertex list.

Return Value(s)[edit]

No Return Values for this command.


Description[edit]

The "permute" command permutes the vertex labels for the face of an ARB shape that is currently being edited. The tuple indicates which face is affected and also indicates the desired result. The tuple is formed by concating the list of vertex numbers for the face in the order desired such that the first vertex listed will become vertex number one (and therefore the default keypoint). Only a sufficient number of vertices to disambiguate need be included in the tuple. Note that this has no effect on the geometry of the ARB, but may affect any texture mapping involving this shape.


Example(s)[edit]

mged> permute 321
Rearrange the vertices of the currently edited ARB such that vertex #3 becomes vertex #1, vertex #2 remains #2, and vertex #1 becomes #3.


See Also[edit]

No related commands.



Page Generated by David Loman on: 10/11/2007 at: 1:56:46 PM