C# Class Poonya.SEA3D.SEA3DWriter

Exibir arquivo Open project: sunag/sea3d Class Usage Examples

Public Properties

Property Type Description
VERSION int

Protected Properties

Property Type Description
compressAlgorithm string
protectionAlgorithm string
version int

Public Methods

Method Description
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

Private Methods

Method Description
GetBody ( ) : byte[]
OpenSaveFileDialog ( ) : void

Method Details

AddObject() public method

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

AddSharedObject() public method

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

Build() public method

public Build ( ) : byte[]
return byte[]

CompressionID() public static method

public static CompressionID ( string type ) : int
type string
return int

SEA3DWriter() public method

public SEA3DWriter ( ) : System
return System

SEA3DWriter() public method

public SEA3DWriter ( int version ) : System
version int
return System

Save() public method

public Save ( string filename ) : void
filename string
return void

SaveDialog() public method

public SaveDialog ( ) : void
return void

Property Details

VERSION public_oe static_oe property

public static int VERSION
return int

compressAlgorithm protected_oe property

protected string compressAlgorithm
return string

protectionAlgorithm protected_oe property

protected string protectionAlgorithm
return string

version protected_oe property

protected int version
return int