Add import of polygon from dxf
This commit is contained in:
12
StructureHelperCommon/Services/Exports/IGetDxfLayerLogic.cs
Normal file
12
StructureHelperCommon/Services/Exports/IGetDxfLayerLogic.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using netDxf;
|
||||
using netDxf.Tables;
|
||||
|
||||
namespace StructureHelperCommon.Services.Exports
|
||||
{
|
||||
public interface IGetDxfLayerLogic
|
||||
{
|
||||
AciColor GetLayerColor(LayerNames layerName);
|
||||
string GetLayerName(LayerNames layerName);
|
||||
Layer GetOrCreateLayer(DxfDocument dxf, LayerNames layerName);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user