コード例 #1
0
ファイル: DxfProxyEntity.cs プロジェクト: 15831944/WW
 public override void DrawInternal(
     DrawContext.Wireframe context,
     IWireframeGraphicsFactory2 graphicsFactory)
 {
     if (this.proxyGraphics_0 == null)
     {
         return;
     }
     this.proxyGraphics_0.Draw((DxfEntity)this, context.CreateChildContext((DxfEntity)this, Matrix4D.Identity), graphicsFactory);
 }