示例#1
0
 public new void Visit(DxfBody body)
 {
     base.Visit(body);
     if (!this.bool_0 || !body.IsSab || this.dxfVersion_0 > DxfVersion.Dxf15)
     {
         return;
     }
     this.bool_0 = false;
 }
示例#2
0
文件: Class919.cs 项目: 15831944/WW
 public new void Visit(DxfBody body)
 {
     base.Visit(body);
     if (!this.bool_0 || !body.IsSab)
     {
         return;
     }
     this.bool_0 = true;
 }
示例#3
0
 public void Visit(DxfBody body)
 {
     if (body.IsEmpty)
     {
         this.bool_0 = false;
     }
     else
     {
         this.method_0(body.SATVersion, this.dxfVersion_0);
     }
 }
示例#4
0
 public void Visit(DxfBody body)
 {
     this.method_0((DxfEntity)body);
 }