C# Class GridViewer.ScientificModelScript

Used in DumpCatesianGridTreeNodeScript.
Inheritance: Script
Show file Open project: bitzhuwei/CSharpGL Class Usage Examples

Private Properties

Property Type Description
UpdateCatesianGrid void

Public Methods

Method Description
ScientificModelScript ( SceneObject sceneObject, GridBlockProperty property, UIColorPaletteRenderer uiCodedColorBar ) : System.ComponentModel

Used in DumpCatesianGridTreeNodeScript.

Show ( ) : void

Show property's color binded to this script.

Private Methods

Method Description
UpdateCatesianGrid ( IUpdateColorPalette grid, GridBlockProperty property ) : void

Method Details

ScientificModelScript() public method

Used in DumpCatesianGridTreeNodeScript.
public ScientificModelScript ( SceneObject sceneObject, GridBlockProperty property, UIColorPaletteRenderer uiCodedColorBar ) : System.ComponentModel
sceneObject CSharpGL.SceneObject
property GridBlockProperty
uiCodedColorBar UIColorPaletteRenderer
return System.ComponentModel

Show() public method

Show property's color binded to this script.
public Show ( ) : void
return void