Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Index: ExportSurface.cs
- ===================================================================
- --- ExportSurface.cs (revision 6363)
- +++ ExportSurface.cs (working copy)
- @@ -152,7 +152,7 @@
- {
- string seaMaterial = "Sea4.1";
- - tempDir = appEnv.TempDir + @"export-lsa4-with-vector-data-5\";
- + tempDir = appEnv.SurfaceTempDir;
- System.IO.Directory.CreateDirectory(tempDir);
- Tools.Path.CleanupDir(tempDir);
- // apply-surface-types & merge
- @@ -562,7 +562,7 @@
- command = MergeOffshoresCommand(cutbysquares.ToArray(), mergedfilename);
- task.AddCommand(command);
- - var surfaceL0filename = tempDir + "surfaceL0.ofsh";
- + var surfaceL0filename = tempDir + "surface-L0.ofsh";
- var mergedL0filename = tempDir + "mergedL0.ofsh";
- var finalL0filename = tempDir + "finalL0.ofsh";
- var cutL0filename = tempDir + "cutL0.ofsh";
Advertisement
Add Comment
Please, Sign In to add comment