C# Class Isosurface.RawModel

Afficher le fichier Open project: Lin20/isosurface Class Usage Examples

Méthodes publiques

Свойство Type Description
Bytes int
Filename string
Flip bool
Height int
IsoLevel float
Length int
Mrc bool
Width int

Méthodes publiques

Méthode Description
RawModel ( string filename, int width, int height, int length, float isolevel, bool flip = true, int bytes = 1 ) : System

Method Details

RawModel() public méthode

public RawModel ( string filename, int width, int height, int length, float isolevel, bool flip = true, int bytes = 1 ) : System
filename string
width int
height int
length int
isolevel float
flip bool
bytes int
Résultat System

Property Details

Bytes public_oe property

public int Bytes
Résultat int

Filename public_oe property

public string Filename
Résultat string

Flip public_oe property

public bool Flip
Résultat bool

Height public_oe property

public int Height
Résultat int

IsoLevel public_oe property

public float IsoLevel
Résultat float

Length public_oe property

public int Length
Résultat int

Mrc public_oe property

public bool Mrc
Résultat bool

Width public_oe property

public int Width
Résultat int