IsosurfaceSpecularColor Option

 

The IsosurfaceSpecularColor option changes the specular color for the isosurface. The OptionValue is a color name.

 

Syntax

object.Construct(“CreateModule”)

object.Option(“SourceModule”, “data file name”)

object.Option(“Type”, “Isosurface”)

object.Do() or object.DoOnce()

 

object.Construct(“ModifyModule”)

object.Option(“Module”, “Isosurface”)

object.Option(“IsosurfaceSpecularColor”, “OptionValue”)

object.Do() or object.DoOnce()

 

Example

This example changes the specular color for the isosurface to magenta.

 

  CommandApi.Construct ("ModifyModule")

  CommandApi.Option ("Module", "Isosurface")

  CommandApi.Option ("IsosurfaceSpecularColor", "magenta")

  CommandApi.Do()

 

Used by: Isosurface

 

 

See Also

Automation Model