C# Class Poonya.SEA3D.SEA3DWriter

Afficher le fichier Open project: sunag/sea3d Class Usage Examples

Méthodes publiques

Свойство Type Description
VERSION int

Protected Properties

Свойство Type Description
compressAlgorithm string
protectionAlgorithm string
version int

Méthodes publiques

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

Méthode Description
GetBody ( ) : byte[]
OpenSaveFileDialog ( ) : void

Method Details

AddObject() public méthode

public AddObject ( SEAObject obj ) : int
obj Poonya.SEA3D.Objects.SEAObject
Résultat int

AddSharedObject() public méthode

public AddSharedObject ( SEAData obj ) : int
obj Poonya.SEA3D.Objects.SEAData
Résultat int

Build() public méthode

public Build ( ) : byte[]
Résultat byte[]

CompressionID() public static méthode

public static CompressionID ( string type ) : int
type string
Résultat int

SEA3DWriter() public méthode

public SEA3DWriter ( ) : System
Résultat System

SEA3DWriter() public méthode

public SEA3DWriter ( int version ) : System
version int
Résultat System

Save() public méthode

public Save ( string filename ) : void
filename string
Résultat void

SaveDialog() public méthode

public SaveDialog ( ) : void
Résultat void

Property Details

VERSION public_oe static_oe property

public static int VERSION
Résultat int

compressAlgorithm protected_oe property

protected string compressAlgorithm
Résultat string

protectionAlgorithm protected_oe property

protected string protectionAlgorithm
Résultat string

version protected_oe property

protected int version
Résultat int