public ImagesTxt(string path) { TxtFile = new TextFile(path); }
public Points3DTxt(string path) { TxtFile = new TextFile(path); }