コード例 #1
0
ファイル: BoundsCalculator.cs プロジェクト: 15831944/WW
 public void CreateRay(
     DxfEntity entity,
     DrawContext.Wireframe drawContext,
     ArgbColor color,
     Segment4D segment)
 {
 }
コード例 #2
0
 public virtual void CreateText(
     DxfText text,
     DrawContext.Wireframe drawContext,
     ArgbColor color)
 {
     throw new Exception("The method or operation is not implemented.");
 }
コード例 #3
0
 public virtual void CreateDot(
     DxfEntity entity,
     DrawContext.Wireframe drawContext,
     ArgbColor color,
     bool forText,
     Vector4D position)
 {
 }
コード例 #4
0
 public void CreateRay(
     DxfEntity entity,
     DrawContext.Wireframe drawContext,
     ArgbColor color,
     Segment4D segment)
 {
     this.iwireframeGraphicsFactory_0.CreateRay(entity, drawContext, this.func_0(color), segment);
 }
コード例 #5
0
 public virtual void CreateShape(
     DxfEntity entity,
     DrawContext.Wireframe drawContext,
     ArgbColor color,
     bool forText,
     IShape4D shape)
 {
 }
コード例 #6
0
ファイル: BoundsCalculator.cs プロジェクト: 15831944/WW
 public void GetBounds(DxfModel model, DxfEntity entity, Matrix4D modelTransform)
 {
     using (DrawContext.Wireframe context = (DrawContext.Wireframe) new DrawContext.Wireframe.ModelSpace(model, this.graphicsConfig_0, modelTransform))
     {
         IWireframeGraphicsFactory graphicsFactory = this.CreateGraphicsFactory();
         entity.Draw(context, graphicsFactory);
     }
 }
コード例 #7
0
ファイル: WireframeGraphicsCache.cs プロジェクト: 15831944/WW
 public void CreateRay(
     DxfEntity entity,
     DrawContext.Wireframe drawContext,
     ArgbColor color,
     Segment4D segment)
 {
     this.linkedListNodeRef_0.Insert((IWireframeDrawable) new WireframeGraphicsCache.Class965(entity, drawContext, color, segment));
 }
コード例 #8
0
ファイル: BoundsCalculator.cs プロジェクト: 15831944/WW
 public void CreateXLine(
     DxfEntity entity,
     DrawContext.Wireframe drawContext,
     ArgbColor color,
     Vector4D?startPoint,
     Segment4D segment)
 {
 }
コード例 #9
0
ファイル: WireframeGraphicsCache.cs プロジェクト: 15831944/WW
 public void CreateShape(
     DxfEntity entity,
     DrawContext.Wireframe drawContext,
     ArgbColor color,
     bool forText,
     IShape4D shape)
 {
     this.linkedListNodeRef_0.Insert((IWireframeDrawable) new WireframeGraphicsCache.Class969(entity, drawContext, color, forText, shape));
 }
コード例 #10
0
 public void CreateShape(
     DxfEntity entity,
     DrawContext.Wireframe drawContext,
     ArgbColor color,
     bool forText,
     IShape4D shape)
 {
     this.iwireframeGraphicsFactory_0.CreateShape(entity, drawContext, this.func_0(color), forText, shape);
 }
コード例 #11
0
ファイル: BoundsCalculator.cs プロジェクト: 15831944/WW
 public void CreateShape(
     DxfEntity entity,
     DrawContext.Wireframe drawContext,
     ArgbColor color,
     bool forText,
     IShape4D shape)
 {
     shape.UpdateBounds(this.bounds3D_0, this.matrix4D_0);
 }
コード例 #12
0
 public virtual void CreateLine(
     DxfEntity entity,
     DrawContext.Wireframe drawContext,
     ArgbColor color,
     bool forText,
     Vector4D start,
     Vector4D end)
 {
 }
コード例 #13
0
ファイル: BoundsCalculator.cs プロジェクト: 15831944/WW
 public void CreateDot(
     DxfEntity entity,
     DrawContext.Wireframe drawContext,
     ArgbColor color,
     bool forText,
     Vector4D position)
 {
     this.bounds3D_0.Update(this.matrix4D_0.TransformToPoint3D(position));
 }
コード例 #14
0
ファイル: BoundsCalculator.cs プロジェクト: 15831944/WW
 public void CreateDot(
     DxfEntity entity,
     DrawContext.Wireframe drawContext,
     ArgbColor color,
     bool forText,
     Vector4D position)
 {
     this.bounds3D_0.Update(position);
 }
コード例 #15
0
 public void CreateXLine(
     DxfEntity entity,
     DrawContext.Wireframe drawContext,
     ArgbColor color,
     Vector4D?startPoint,
     Segment4D segment)
 {
     this.iwireframeGraphicsFactory_0.CreateXLine(entity, drawContext, this.func_0(color), startPoint, segment);
 }
コード例 #16
0
 public void CreateDot(
     DxfEntity entity,
     DrawContext.Wireframe drawContext,
     ArgbColor color,
     bool forText,
     Vector4D position)
 {
     this.iwireframeGraphicsFactory_0.CreateDot(entity, drawContext, this.func_0(color), forText, position);
 }
コード例 #17
0
ファイル: WireframeGraphicsCache.cs プロジェクト: 15831944/WW
 public void CreateXLine(
     DxfEntity entity,
     DrawContext.Wireframe drawContext,
     ArgbColor color,
     Vector4D?startPoint,
     Segment4D segment)
 {
     this.linkedListNodeRef_0.Insert((IWireframeDrawable) new WireframeGraphicsCache.Class966(entity, drawContext, color, startPoint, segment));
 }
コード例 #18
0
 public static void CreateDrawables(
     IWireframeGraphicsFactory2 graphicsFactory,
     GraphicsConfig graphicsConfig,
     DxfModel model,
     Matrix4D modelTransform)
 {
     using (DrawContext.Wireframe context = (DrawContext.Wireframe) new DrawContext.Wireframe.ModelSpace(model, graphicsConfig, modelTransform))
         model.Draw(context, graphicsFactory);
 }
コード例 #19
0
ファイル: WireframeGraphicsCache.cs プロジェクト: 15831944/WW
 public void CreateDot(
     DxfEntity entity,
     DrawContext.Wireframe drawContext,
     ArgbColor color,
     bool forText,
     Vector4D position)
 {
     this.linkedListNodeRef_0.Insert((IWireframeDrawable) new WireframeGraphicsCache.Class963(entity, drawContext, color, forText, position));
 }
コード例 #20
0
 public void CreateLine(
     DxfEntity entity,
     DrawContext.Wireframe drawContext,
     ArgbColor color,
     bool forText,
     Vector4D start,
     Vector4D end)
 {
     this.iwireframeGraphicsFactory_0.CreateLine(entity, drawContext, this.func_0(color), forText, start, end);
 }
コード例 #21
0
ファイル: WireframeGraphicsCache.cs プロジェクト: 15831944/WW
 public void CreateLine(
     DxfEntity entity,
     DrawContext.Wireframe drawContext,
     ArgbColor color,
     bool forText,
     Vector4D start,
     Vector4D end)
 {
     this.linkedListNodeRef_0.Insert((IWireframeDrawable) new WireframeGraphicsCache.Class964(entity, drawContext, color, forText, start, end));
 }
コード例 #22
0
 public virtual void CreateImage(
     DxfRasterImage rasterImage,
     DrawContext.Wireframe drawContext,
     Polyline4D clipPolygon,
     Polyline4D imageBoundary,
     Vector4D transformedOrigin,
     Vector4D transformedXAxis,
     Vector4D transformedYAxis)
 {
 }
コード例 #23
0
 public virtual void CreatePathAsOne(
     DxfEntity entity,
     DrawContext.Wireframe drawContext,
     ArgbColor color,
     bool forText,
     IList <Polyline4D> polylines,
     bool fill,
     bool correctForBackgroundColor)
 {
 }
コード例 #24
0
ファイル: WireframeGraphicsCache.cs プロジェクト: 15831944/WW
 public Class965(
     DxfEntity entity,
     DrawContext.Wireframe drawContext,
     ArgbColor color,
     Segment4D segment)
     : base(entity, drawContext, color)
 {
     this.color       = color;
     this.segment4D_0 = segment;
 }
コード例 #25
0
 public void BeginGeometry(
     DxfEntity entity,
     DrawContext.Wireframe drawContext,
     ArgbColor color,
     bool forText,
     bool fill,
     bool stroke,
     bool correctForBackgroundColor)
 {
     this.iwireframeGraphicsFactory2_0.BeginGeometry(entity, drawContext, this.func_0(color), forText, fill, stroke, correctForBackgroundColor);
 }
コード例 #26
0
ファイル: WireframeGraphicsCache.cs プロジェクト: 15831944/WW
 public Class969(
     DxfEntity entity,
     DrawContext.Wireframe drawContext,
     ArgbColor color,
     bool forText,
     IShape4D shape)
     : base(entity, drawContext, color)
 {
     this.bool_0     = forText;
     this.ishape4D_0 = shape;
 }
コード例 #27
0
ファイル: WireframeGraphicsCache.cs プロジェクト: 15831944/WW
 public Class966(
     DxfEntity entity,
     DrawContext.Wireframe drawContext,
     ArgbColor color,
     Vector4D?startPoint,
     Segment4D segment)
     : base(entity, drawContext, color)
 {
     this.nullable_0  = startPoint;
     this.segment4D_0 = segment;
 }
コード例 #28
0
ファイル: WireframeGraphicsCache.cs プロジェクト: 15831944/WW
 public Class963(
     DxfEntity entity,
     DrawContext.Wireframe drawContext,
     ArgbColor color,
     bool forText,
     Vector4D position)
     : base(entity, drawContext, color)
 {
     this.bool_0     = forText;
     this.vector4D_0 = position;
 }
コード例 #29
0
ファイル: WireframeGraphicsCache.cs プロジェクト: 15831944/WW
 public void CreateImage(
     DxfRasterImage rasterImage,
     DrawContext.Wireframe drawContext,
     Polyline4D clipPolygon,
     Polyline4D imageBoundary,
     Vector4D transformedOrigin,
     Vector4D transformedXAxis,
     Vector4D transformedYAxis)
 {
     this.linkedListNodeRef_0.Insert((IWireframeDrawable) new WireframeGraphicsCache.Class972(rasterImage, drawContext, clipPolygon, imageBoundary, transformedOrigin, transformedXAxis, transformedYAxis));
 }
コード例 #30
0
ファイル: WireframeGraphicsCache.cs プロジェクト: 15831944/WW
 public void CreatePathAsOne(
     DxfEntity entity,
     DrawContext.Wireframe drawContext,
     ArgbColor color,
     bool forText,
     IList <Polyline4D> polylines,
     bool fill,
     bool correctForBackgroundColor)
 {
     this.linkedListNodeRef_0.Insert((IWireframeDrawable) new WireframeGraphicsCache.Class968(entity, drawContext, color, forText, polylines, fill, correctForBackgroundColor));
 }