Example #1
0
 public new void Visit(DxfRegion region)
 {
     base.Visit(region);
     if (!this.bool_0 || !region.IsSab || this.dxfVersion_0 > DxfVersion.Dxf15)
     {
         return;
     }
     this.bool_0 = false;
 }
Example #2
0
 public new void Visit(DxfRegion region)
 {
     base.Visit(region);
     if (!this.bool_0 || !region.IsSab)
     {
         return;
     }
     this.bool_0 = true;
 }
Example #3
0
 public void Visit(DxfRegion region)
 {
     if (region.IsEmpty)
     {
         this.bool_0 = false;
     }
     else
     {
         this.method_0(region.SATVersion, this.dxfVersion_0);
     }
 }
Example #4
0
 public void Visit(DxfRegion region)
 {
     this.method_0((DxfEntity)region);
 }
 /// <summary>
 /// Visits the specified entity.
 /// See the <see cref="IEntityVisitor"/> for more details.
 /// </summary>
 public override void Visit(DxfRegion region)
 {
     HandleEntity(region);
 }