Added netDxf submodule

This commit is contained in:
AJ
2019-02-22 08:31:10 -05:00
parent 1ee46a6174
commit e3b3f2ee8b
7 changed files with 23 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ namespace PepLib.Dxf
rapidLayer = new Layer("Rapid");
rapidLayer.Color = AciColor.Blue;
rapidLayer.LineType = LineType.Dashed;
rapidLayer.Linetype = Linetype.Dashed;
plateLayer = new Layer("Plate");
plateLayer.Color = AciColor.Cyan;