C# Class GridViewer.ScientificModelScript

Used in DumpCatesianGridTreeNodeScript.
Inheritance: Script
Afficher le fichier Open project: bitzhuwei/CSharpGL Class Usage Examples

Private Properties

Свойство Type Description
UpdateCatesianGrid void

Méthodes publiques

Méthode 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

Méthode Description
UpdateCatesianGrid ( IUpdateColorPalette grid, GridBlockProperty property ) : void

Method Details

ScientificModelScript() public méthode

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

Show() public méthode

Show property's color binded to this script.
public Show ( ) : void
Résultat void