010-68421378
sales@cogitosoft.com
Categories
AddFlow  AmCharts JavaScript Stock Chart AmCharts 4: Charts Aspose.Total for Java Altova SchemaAgent Altova DatabaseSpy Altova MobileTogether Altova UModel  Altova MapForce Altova StyleVision Server Altova MapForce Server Altova Authentic Aspose.Total for .NET Altova RaptorXML Server ComponentOne Ultimate Chart FX for SharePoint Chart FX CodeCharge Studio ComponentOne Enterprise combit Report Server Combit List & Label 22 Controls for Visual C++ MFC Chart Pro for Visual C ++ MFC DbVisualizer version 12.1 DemoCharge DXperience Subscription .NET DevExpress Universal Subscription Essential Studio for ASP.NET MVC FusionCharts Suite XT FusionCharts for Flex  FusionExport V2.0 GrapeCity TX Text Control .NET for WPF GrapeCity Spread Studio Highcharts Gantt Highcharts 10.0 版 HelpNDoc Infragistics Ultimate  ImageKit9 ActiveX ImageKit.NET JetBrains--Fleet JetBrains-DataSpell JetBrains--DataGrip jQuery EasyUI jChart FX Plus Nevron Vision for .NET OPC DA .NET Server Toolkit  OSS ASN.1/C Oxygen XML Author  OSS 4G NAS/C, C++ Encoder Decoder Library OSS ASN.1 Tools for C with 4G S1/X2 OSS ASN.1/C# OSS ASN.1/JAVA OSS ASN.1/C++ OPC HDA .NET Server Toolkit OPC DA .Net Client Development Component PowerBuilder redgate NET Developer Bundle Report Control for Visual C++ MFC  Altova StyleVision Sencha Test Stimulsoft Reports.PHP Stimulsoft Reports.JS Stimulsoft Reports.Java Stimulsoft Reports. Ultimate Stimulsoft Reports.Wpf Stimulsoft Reports.Silverlight SPC Control Chart Tools for .Net SlickEdit Source Insight Software Verify .Net Coverage Validator Toolkit Pro for VisualC++MFC TeeChart .NET Telerik DevCraft Complete Altova XMLSpy Zend Server

DXFReader ActiveX Control

DXFReader ActiveX Control

 

 

DXFReader is an ActiveX component that allows viewing, manipulating and plotting direct from the AutoCAD drawing file format DXF, also known as the drawing exchange format.

 

DXF is an acronym for Drawing eXchange Format. DXF is an ASCII replication of the contents of a drawing file enabling the interchange of files from one CAD system to another program. DXF import/export is supported by a wide variety of applications, ranging from CAD products to word processors, desktop publishing and illustration tools. The DXF CAD format has become the defacto standard in PC based CAD industry with many other CAD systems able to read and write this format too.

 

With DXFReader you can also retrieve every drawing information and every entity and easily perform data manipulation and/or analysis directly within your development environment.
 

 

Features

The following is a highlight of some of the major features of DXFReader:

  • The ideal Control to develop engineering, surveying; CNC and industrial related software.
  • DXFReader's features are familiar, intuitive, and easy to use especially for CAD developers. In most cases, they require no code.
  • Full compliant with AutoDesk DXF from rel. 14 to 2007 (version v.u.23.1.01) for display and manipulation of the following entities: 3DFACE, ARC, ATTDEF, ATTRIB, CIRCLE, DIMENSION, ELLIPSE, IMAGE, INSERT, LINE, LWPOLYLINE, MTEXT, POINT, POLYLINE including bulged polylines, meshed polylines and polyfaces, RAY, SPLINE, TEXT with truetype fonts, TRACE, XLINE.
  • Display functions including Pan, Zoom (Extents, Limits, In, Out, Previous, Window, etc.)
  • Full control of every entity and of every table’s entry providing collections of objects representing every drawing elements. It is possible, with few instructions, to retrieve and process every drawing information and add or remove any entry.

 

For example the following code will print out the distance of every line in a drawing:

Dim Entity as DXFReaderEntity

With DXFReader1

 For Each Entity In .Entities

  If Entity.EntityType = "LINE" Then

   Printer.Print Sqr((Entity.X1 - Entity.X0) ^ 2 + (Entity.Y1 - Entity.Y0) ^ 2)

  End If 

 Next Entity

End With

 

  • Full control of blocks, dimensions, attribute and color using the AutoCAD Color Index with implemented default palette dialog.
  • Full access to every HEADER variable of the DXF file to retrieve and/or modify information like units format, attribute mode, dimensioning parameters, extensions, limits and so on.
  • Full support of background raster image with different scaling to use together vectorial drawings.
  • Full resolution printing using different printing modes. It is possible to retrieve and set scaling, margins, origin, rendering, rotation, aspect ratio and select different pen assignments.
  • Saving of full DXF file in different versions. It is possible to read a DXF file and write it using a lower version. Saving of single DXF block, of BMP and WMF pictures.
  • Redlining functions to add information to the drawing without modifying the database.
  • Reading of the only entities of a drawing to merge together other drawings changing rotation, scaling and translation.
  • Visualization of grid, axes, limits and base point.
  • Pick engine. You can select a drawing's entity simply clicking on it.
  • Full context sensitive HtmlHelp.
  • Full compatible with Microsoft Visual Studio.NET 2003/2005/2008Microsoft Visual Basic 4.0, 5.0 and 6.0, Microsoft Office, Microsoft Visual C++, Microsoft Visual J++, Microsoft Visual FoxPro 6.0, Borland Delphi.

 

Quick Navigation;

© Copyright 2000-2023  COGITO SOFTWARE CO.,LTD. All rights reserved