Ejemplo n.º 1
0
 public void AddDrawables(
     DxfModel model,
     IList <DxfEntity> modelSpaceEntities,
     Matrix4D modelTransform)
 {
     GDIGraphics3D.smethod_0();
     WireframeGraphicsFactoryUtil.CreateDrawables((IWireframeGraphicsFactory) new GDIGraphics3D.Class942(this), this.graphicsConfig_0, model, modelSpaceEntities, modelTransform);
 }
Ejemplo n.º 2
0
 public void AddDrawables(DxfModel model, DxfLayout layout, ICollection <DxfViewport> viewports)
 {
     GDIGraphics3D.smethod_0();
     WireframeGraphicsFactoryUtil.CreateDrawables((IWireframeGraphicsFactory) new GDIGraphics3D.Class942(this), this.graphicsConfig_0, model, layout, viewports);
     if (this.dxfLayout_0 != null)
     {
         return;
     }
     this.dxfLayout_0 = this.Layout;
 }
Ejemplo n.º 3
0
 public void CreateDrawables(
     DxfModel model,
     DxfLayout layout,
     IList <DxfEntity> entities,
     Matrix4D modelTransform)
 {
     GDIGraphics3D.smethod_0();
     this.Clear();
     WireframeGraphicsFactoryUtil.CreateDrawables((IWireframeGraphicsFactory) new GDIGraphics3D.Class942(this), this.graphicsConfig_0, model, layout, entities, modelTransform);
     if (this.dxfLayout_0 != null)
     {
         return;
     }
     this.dxfLayout_0 = this.Layout;
 }
Ejemplo n.º 4
0
 public void CreateDrawables(DxfModel model, Matrix4D modelTransform)
 {
     GDIGraphics3D.smethod_0();
     this.Clear();
     WireframeGraphicsFactoryUtil.CreateDrawables((IWireframeGraphicsFactory) new GDIGraphics3D.Class942(this), this.graphicsConfig_0, model, modelTransform);
 }