Description
Sets the wirecolor of objects picked by the user.
Scripting Syntax
ColorizeObject( Red, Green, Blue )
Parameters
|
Parameter |
Type |
Description |
|
Red |
Red color value in range 0..1 Default Value: 0 |
|
|
Green |
Green color value in range 0..1 Default Value: 0 |
|
|
Blue |
Blue color value in range 0..1 Default Value: 0 |
Examples
VBScript Example
'Create a simple primitive object CreatePrim "Cone", "MeshSurface" DeselectAll 'Set the wirecolor to red 'The user will be prompted to pick the objects to colorize ColorizeObject 1, 0, 0
See Also
SOFTIMAGE|XSI v6.01