Beispiel #1
0
 public override void DrawInternal(
     DrawContext.Wireframe context,
     IWireframeGraphicsFactory graphicsFactory)
 {
     graphicsFactory.BeginInsert(this);
     this.DrawInternal((DxfInsert.Interface46) new DxfInsert.Class1019((DxfEntity)this, context, graphicsFactory), true);
     graphicsFactory.EndInsert();
 }
Beispiel #2
0
 public void Draw(IWireframeGraphicsFactory graphicsFactory)
 {
     graphicsFactory.EndInsert();
 }