Метод | Описание | |
---|---|---|
ExportAsObj ( string path ) : void | ||
ExportAsPlyAscii ( string path ) : void | ||
ExportAsPlyBinary ( string path ) : void | ||
ExportAsVrml ( string path ) : void | ||
ExportAsX3d ( string path ) : void | ||
LoadBinFile ( Stream stream ) : void | ||
PointCloud ( int coordSystem ) : System | ||
PointCloud ( int coordSystem, int binFileCount ) : System |
public ExportAsPlyAscii ( string path ) : void | ||
path | string | |
Результат | void |
public ExportAsPlyBinary ( string path ) : void | ||
path | string | |
Результат | void |
public ExportAsVrml ( string path ) : void | ||
path | string | |
Результат | void |
public LoadBinFile ( Stream stream ) : void | ||
stream | Stream | |
Результат | void |
public PointCloud ( int coordSystem ) : System | ||
coordSystem | int | |
Результат | System |
public PointCloud ( int coordSystem, int binFileCount ) : System | ||
coordSystem | int | |
binFileCount | int | |
Результат | System |