Go to: Synopsis. Return value. Keywords. Related. Flags. MEL examples.
 subdivDisplaySmoothness [-all] [-smoothness int]   
subdivDisplaySmoothness is undoable, queryable, and NOT editable.
Sets or querys the display smoothness of subdivision surfaces on the selection list or of all subdivision surfaces if the -all option is set. Smoothness options are; rough, medium, or fine. Rough is the default.| boolean | 
In query mode, return type is based on queried flag.
| Long name (short name) | Argument types | Properties | ||
|---|---|---|---|---|
	    
	      -smoothness(-s) 
	   | 
	  
	    int
	   | 
	  
 | 
	||
	    
  | 
	||||
	    
	      -all(-) 
	   | 
	  
	    
	   | 
	  
 | 
	||
	    
  | 
	||||
subdivDisplaySmoothness -s 0; // Set smoothness to hull for selected subdivs subdivDisplaySmoothness -s 1; // Set smoothness to rough for selected subdivs subdivDisplaySmoothness -s 2; // Set smoothness to medium for selected subdivs subdivDisplaySmoothness -s 3; // Set smoothness to fine for selected subdivs subdivDisplaySmoothness -s 1 -all; // Set smoothness to rough for all subdivs subdivDisplaySmoothness -q; // Query display smoothness for selected subdivs