Go to: Synopsis. Flags. Return value. Related. MEL examples.
polyMapDel [-constructionHistory boolean] [-name string]
polyMapDel is undoable, queryable, and editable.
Deletes texture coordinates (UVs) from selected faces.| Long name (short name) | [argument types] | Properties | ||
|---|---|---|---|---|
-name(-n)
|
string
|
|
||
|
||||
-constructionHistory(-ch)
|
boolean
|
|
||
|
||||
// Create a plane. polyPlane -n plg -sx 5 -sy 5 -w 20 -h 20; // Delete the mapping from the given faces. polyMapDel plg.f[11:13] plg.f[16:18] ;