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); }
public void Draw(DxfAttribute attribute) { attribute.Draw(this.surface_1, this.isurfaceGraphicsFactory_0); }
public void Draw(DxfAttribute attribute) { attribute.Draw(this.wireframe_1, this.iwireframeGraphicsFactory2_0); }