010-68421378
sales@cogitosoft.com
Your location:Home>News Center >Industry News

DXFReader ActiveX Control: Allows viewing, manipulation and printing directly from the AutoCAD graphics file format DXF!

latest update:2019/07/11 Views:924
DXFReader ActiveX Control DXFReaderis an ActiveX component that allows viewing, manipulating and plotting direct from th...

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:

 

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

 

 

Next:IXF ActiveX Control: Allows importing/exporting old IBMS/390 DB2 tables to modern relational databases!
Prev:OneNote Repair: Data Recovery Tool | provides an easy-to-use method for repairing and restoring OneNote files!

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