Add import of polygon from dxf
This commit is contained in:
@@ -4,7 +4,7 @@ using System.Text;
|
||||
|
||||
namespace StructureHelperLogics.NdmCalculations.Analyses
|
||||
{
|
||||
public class ExportGeometryResultToCSVLogic : IExportResultLogic
|
||||
public class ExportGeometryResultToCSVLogic : IExportToFileLogic
|
||||
{
|
||||
const string separator = ";";
|
||||
StringBuilder output;
|
||||
|
||||
Reference in New Issue
Block a user