public void CreateRay( DxfEntity entity, DrawContext.Wireframe drawContext, ArgbColor color, Segment4D segment) { }
public virtual void CreateText( DxfText text, DrawContext.Wireframe drawContext, ArgbColor color) { throw new Exception("The method or operation is not implemented."); }
public virtual void CreateDot( DxfEntity entity, DrawContext.Wireframe drawContext, ArgbColor color, bool forText, Vector4D position) { }
public void CreateRay( DxfEntity entity, DrawContext.Wireframe drawContext, ArgbColor color, Segment4D segment) { this.iwireframeGraphicsFactory_0.CreateRay(entity, drawContext, this.func_0(color), segment); }
public virtual void CreateShape( DxfEntity entity, DrawContext.Wireframe drawContext, ArgbColor color, bool forText, IShape4D shape) { }
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); } }
public void CreateRay( DxfEntity entity, DrawContext.Wireframe drawContext, ArgbColor color, Segment4D segment) { this.linkedListNodeRef_0.Insert((IWireframeDrawable) new WireframeGraphicsCache.Class965(entity, drawContext, color, segment)); }
public void CreateXLine( DxfEntity entity, DrawContext.Wireframe drawContext, ArgbColor color, Vector4D?startPoint, Segment4D segment) { }
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)); }
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); }
public void CreateShape( DxfEntity entity, DrawContext.Wireframe drawContext, ArgbColor color, bool forText, IShape4D shape) { shape.UpdateBounds(this.bounds3D_0, this.matrix4D_0); }
public virtual void CreateLine( DxfEntity entity, DrawContext.Wireframe drawContext, ArgbColor color, bool forText, Vector4D start, Vector4D end) { }
public void CreateDot( DxfEntity entity, DrawContext.Wireframe drawContext, ArgbColor color, bool forText, Vector4D position) { this.bounds3D_0.Update(this.matrix4D_0.TransformToPoint3D(position)); }
public void CreateDot( DxfEntity entity, DrawContext.Wireframe drawContext, ArgbColor color, bool forText, Vector4D position) { this.bounds3D_0.Update(position); }
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); }
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); }
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)); }
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); }
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)); }
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); }
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)); }
public virtual void CreateImage( DxfRasterImage rasterImage, DrawContext.Wireframe drawContext, Polyline4D clipPolygon, Polyline4D imageBoundary, Vector4D transformedOrigin, Vector4D transformedXAxis, Vector4D transformedYAxis) { }
public virtual void CreatePathAsOne( DxfEntity entity, DrawContext.Wireframe drawContext, ArgbColor color, bool forText, IList <Polyline4D> polylines, bool fill, bool correctForBackgroundColor) { }
public Class965( DxfEntity entity, DrawContext.Wireframe drawContext, ArgbColor color, Segment4D segment) : base(entity, drawContext, color) { this.color = color; this.segment4D_0 = segment; }
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); }
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; }
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; }
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; }
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)); }
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)); }