ShadeObject
 
 
 

ShadeObject

Introduced

v1.0

Description

Starts a pick session and sets the given shade mode to the picked objects.

Override Object Properties must be turned off to see the results.

Scripting Syntax

ShadeObject( ShadeModeId );

Parameters

Parameter Type Description
ShadeModeId Long Shade Mode Id

Possible Values:

Description:

0 Wireframe
1 Shaded
4 Textured
5 Bounding Box
6 Hidden Line
7 Constant
8 Automatic
9 Textured Decal
10 Realtime Shaders

Examples

VBScript Example

' Turn off Override Object Properties
SetValue "Camera.camdisp.mixviewmode", True
ShadeObject 1

See Also

ColorizeObject