C# Class Poonya.SEA3D.Objects.SEAGeometryBase

Inheritance: SEAObject
Exibir arquivo Open project: sunag/sea3d

Public Properties

Property Type Description
attrib int
jointPerVertex uint
numVertex uint

Public Methods

Method Description
Read ( ByteArray stream ) : void
SEAGeometryBase ( string name, string type ) : Poonya.Utils
Write ( ) : ByteArray

Method Details

Read() public method

public Read ( ByteArray stream ) : void
stream Poonya.Utils.ByteArray
return void

SEAGeometryBase() public method

public SEAGeometryBase ( string name, string type ) : Poonya.Utils
name string
type string
return Poonya.Utils

Write() public method

public Write ( ) : ByteArray
return Poonya.Utils.ByteArray

Property Details

attrib public_oe property

public int attrib
return int

jointPerVertex public_oe property

public uint jointPerVertex
return uint

numVertex public_oe property

public uint numVertex
return uint