示例#1
0
文件: DxfInsert.cs 项目: 15831944/WW
 public void Draw(DxfAttribute attribute)
 {
     if (!this.bool_1)
     {
         return;
     }
     if (this.graphicElementInsert_0.AttributeBlock == null)
     {
         this.graphicElementInsert_0.AttributeBlock = new GraphicElementBlock1(this.surface_1.Layer.Color, this.surface_1.ByBlockColor)
         {
             Transform = Matrix4D.Identity
         }
     }
     ;
     attribute.Draw(this.surface_1, this.graphics_0, (IGraphicElementBlock)this.graphicElementInsert_0.AttributeBlock);
 }
示例#2
0
文件: DxfInsert.cs 项目: 15831944/WW
 public void Draw(DxfAttribute attribute)
 {
     attribute.Draw(this.surface_1, this.isurfaceGraphicsFactory_0);
 }
示例#3
0
文件: DxfInsert.cs 项目: 15831944/WW
 public void Draw(DxfAttribute attribute)
 {
     attribute.Draw(this.wireframe_1, this.iwireframeGraphicsFactory2_0);
 }