Property | Type | Description | |
---|---|---|---|
AddFace | void | ||
AddVertex | void | ||
DoubleParse | double | ||
GetIndices | IList |
||
IntParse | int | ||
Split | IList |
||
SplitLine | void | ||
TryReadAscii | bool |
Method | Description | |
---|---|---|
PLYReader ( |
||
Read ( System s ) : System.Windows.Media.Media3D.Model3DGroup |
Method | Description | |
---|---|---|
AddFace ( string values, long count ) : void | ||
AddVertex ( string values ) : void |
Adds a vertex.
|
|
DoubleParse ( string input ) : double | ||
GetIndices ( string input ) : IList |
||
IntParse ( string input ) : int | ||
Split ( string input ) : IList |
Splits the specified string using whitespace(input) as separators.
|
|
SplitLine ( string line, string &keyword, string &arguments ) : void |
Splits a line in keyword and arguments.
|
|
TryReadAscii ( |
Reads the model in ASCII format from the specified stream.
|
public PLYReader ( |
||
dispatcher | ||
return | System |
public Read ( System s ) : System.Windows.Media.Media3D.Model3DGroup | ||
s | System | |
return | System.Windows.Media.Media3D.Model3DGroup |