• 大小: 0.05M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: DXF  

资源简介

Thanks to Cosmin Radoi for this work.

Librairie DXF permettant l'ecriture de fichier sous licence MIT

Bon courage


资源截图

代码片段和文件信息


namespace DXFLibrary 
{
    class Arc : DXFLibrary.Entity
    {
public Arc(double x double y double radius double startAngle double endAngle string layer):base(“ARC“layer)
{
this.dataAcceptanceList.AddRange(new int[] { 39 10 20 30 40 100 50 51 210 220 230 });
this.AddReplace(10 x);
this.AddReplace(20 y);
this.AddReplace(40 radius);
            this.AddReplace(50 startAngle);
            this.AddReplace(51 endAngle);
}
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-07-08 09:56  DXFLibrary-master\
     文件         483  2019-07-08 09:56  DXFLibrary-master\.gitattributes
     文件        2643  2019-07-08 09:56  DXFLibrary-master\.gitignore
     目录           0  2019-07-08 09:56  DXFLibrary-master\.vs\
     文件          35  2019-07-08 09:56  DXFLibrary-master\.vs\ProjectSettings.json
     文件      229376  2019-07-08 09:56  DXFLibrary-master\.vs\slnx.sqlite
     文件         472  2019-07-08 09:56  DXFLibrary-master\Arc.cs
     文件        2510  2019-07-08 09:56  DXFLibrary-master\Block.cs
     文件         366  2019-07-08 09:56  DXFLibrary-master\Blocks.cs
     文件         387  2019-07-08 09:56  DXFLibrary-master\Circle.cs
     文件        3158  2019-07-08 09:56  DXFLibrary-master\DXFLibrary.csproj
     文件         893  2019-07-08 09:56  DXFLibrary-master\DXFLibrary.sln
     文件         395  2019-07-08 09:56  DXFLibrary-master\Data.cs
     文件         698  2019-07-08 09:56  DXFLibrary-master\Document.cs
     文件         991  2019-07-08 09:56  DXFLibrary-master\EXAMPLE.txt
     文件        4313  2019-07-08 09:56  DXFLibrary-master\Element.cs
     文件         431  2019-07-08 09:56  DXFLibrary-master\EndBlk.cs
     文件         331  2019-07-08 09:56  DXFLibrary-master\Entities.cs
     文件         632  2019-07-08 09:56  DXFLibrary-master\Entity.cs
     文件         588  2019-07-08 09:56  DXFLibrary-master\Header.cs
     文件         472  2019-07-08 09:56  DXFLibrary-master\Insert.cs
     文件        1055  2019-07-08 09:56  DXFLibrary-master\LICENSE
     文件         417  2019-07-08 09:56  DXFLibrary-master\layer.cs
     文件         677  2019-07-08 09:56  DXFLibrary-master\Line.cs
     文件        1049  2019-07-08 09:56  DXFLibrary-master\Line3D.cs
     文件        2430  2019-07-08 09:56  DXFLibrary-master\LineType.cs
     文件        1013  2019-07-08 09:56  DXFLibrary-master\PolyLine.cs
     目录           0  2019-07-08 09:56  DXFLibrary-master\Properties\
     文件        1523  2019-07-08 09:56  DXFLibrary-master\Properties\AssemblyInfo.cs
     文件         116  2019-07-08 09:56  DXFLibrary-master\README.txt
     文件         440  2019-07-08 09:56  DXFLibrary-master\Section.cs
............此处省略10个文件信息

评论

共有 条评论