C# 클래스 SimLab.SimGrid.Loader.DynamicUnstructureGeometryLoader

파일 보기 프로젝트 열기: bitzhuwei/CSharpGL

공개 메소드들

메소드 설명
LoadSource ( string pathFileName ) : DynamicUnstructuredGridderSource
LoadSource ( string pathFileName, int nx, int ny, int nz ) : DynamicUnstructuredGridderSource

비공개 메소드들

메소드 설명
Open ( String fileName ) : StreamReader
ReadLine ( StreamReader reader, int &lineCounter ) : string

메소드 상세

LoadSource() 공개 메소드

public LoadSource ( string pathFileName ) : DynamicUnstructuredGridderSource
pathFileName string
리턴 DynamicUnstructuredGridderSource

LoadSource() 공개 메소드

public LoadSource ( string pathFileName, int nx, int ny, int nz ) : DynamicUnstructuredGridderSource
pathFileName string
nx int
ny int
nz int
리턴 DynamicUnstructuredGridderSource