Method | Description | |
---|---|---|
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 | |
return | void |
public ExportAsPlyBinary ( string path ) : void | ||
path | string | |
return | void |
public PointCloud ( int coordSystem ) : System | ||
coordSystem | int | |
return | System |
public PointCloud ( int coordSystem, int binFileCount ) : System | ||
coordSystem | int | |
binFileCount | int | |
return | System |