C# 클래스 GridViewer.ScientificModelScript

Used in DumpCatesianGridTreeNodeScript.
상속: Script
파일 보기 프로젝트 열기: bitzhuwei/CSharpGL 1 사용 예제들

Private Properties

프로퍼티 타입 설명
UpdateCatesianGrid void

공개 메소드들

메소드 설명
ScientificModelScript ( SceneObject sceneObject, GridBlockProperty property, UIColorPaletteRenderer uiCodedColorBar ) : System.ComponentModel

Used in DumpCatesianGridTreeNodeScript.

Show ( ) : void

Show property's color binded to this script.

비공개 메소드들

메소드 설명
UpdateCatesianGrid ( IUpdateColorPalette grid, GridBlockProperty property ) : void

메소드 상세

ScientificModelScript() 공개 메소드

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

Show() 공개 메소드

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