Go to: Synopsis. Flags. Return value. Related. MEL examples.
untrim [-constructionHistory boolean] [-curveOnSurface boolean] [-name string] [-object boolean] [-polygon int] [-range boolean] [-rebuild boolean] [-replaceOriginal boolean] [-untrimAll boolean]
surfaceName
untrim is undoable, queryable, and editable.
Untrim the surface.Long name (short name) | [argument types] | Properties | ||
---|---|---|---|---|
-name(-n)
|
string
|
![]() |
||
|
||||
-constructionHistory(-ch)
|
boolean
|
![]() |
||
|
||||
-object(-o)
|
boolean
|
![]() |
||
|
||||
-replaceOriginal(-rpo)
|
boolean
|
![]() |
||
|
||||
-curveOnSurface(-cos)
|
boolean
|
![]() |
||
|
||||
-polygon(-po)
|
int
|
![]() |
||
|
||||
-range(-rn)
|
boolean
|
![]() |
||
|
||||
-rebuild(-rb)
|
boolean
|
![]() |
||
|
||||
-untrimAll(-all)
|
boolean
|
![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// Untrim surface with history. untrim -ch on surface; // Untrims surface without history. untrim -ch off surface;