C# 클래스 Poonya.SEA3D.SEA3DWriter

파일 보기 프로젝트 열기: sunag/sea3d 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
VERSION int

보호된 프로퍼티들

프로퍼티 타입 설명
compressAlgorithm string
protectionAlgorithm string
version int

공개 메소드들

메소드 설명
AddObject ( SEAObject obj ) : int
AddSharedObject ( SEAData obj ) : int
Build ( ) : byte[]
CompressionID ( string type ) : int
SEA3DWriter ( ) : System
SEA3DWriter ( int version ) : System
Save ( string filename ) : void
SaveDialog ( ) : void

비공개 메소드들

메소드 설명
GetBody ( ) : byte[]
OpenSaveFileDialog ( ) : void

메소드 상세

AddObject() 공개 메소드

public AddObject ( SEAObject obj ) : int
obj Poonya.SEA3D.Objects.SEAObject
리턴 int

AddSharedObject() 공개 메소드

public AddSharedObject ( SEAData obj ) : int
obj Poonya.SEA3D.Objects.SEAData
리턴 int

Build() 공개 메소드

public Build ( ) : byte[]
리턴 byte[]

CompressionID() 공개 정적인 메소드

public static CompressionID ( string type ) : int
type string
리턴 int

SEA3DWriter() 공개 메소드

public SEA3DWriter ( ) : System
리턴 System

SEA3DWriter() 공개 메소드

public SEA3DWriter ( int version ) : System
version int
리턴 System

Save() 공개 메소드

public Save ( string filename ) : void
filename string
리턴 void

SaveDialog() 공개 메소드

public SaveDialog ( ) : void
리턴 void

프로퍼티 상세

VERSION 공개적으로 정적으로 프로퍼티

public static int VERSION
리턴 int

compressAlgorithm 보호되어 있는 프로퍼티

protected string compressAlgorithm
리턴 string

protectionAlgorithm 보호되어 있는 프로퍼티

protected string protectionAlgorithm
리턴 string

version 보호되어 있는 프로퍼티

protected int version
리턴 int