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

CADEditorX

latest update:2022/04/22 Views:585
CADEditorX is a multipurpose library that provides viewing of 2D drawings, raster images and 3D models (STEP, IGES, STL and other file formats).

Introduction

CADEditorX is a multipurpose library that provides viewing of 2D drawings, raster images and 3D models (STEP, IGES, STL and other file formats). This is a full functional CAD platform for editing AutoCAD DWG, DXF and other files. A unique easy-to-use XML API containing a single function and a single event allows you to quickly integrate CADEditorX into your final application.

 

 

Installation

1. Unzip the archive and run setup.

2. During the installation you need to select to select/deselect additional SHX fonts installation:

 

Leave this box unchecked for the first time.

SHX fonts require about 80 Mb of additional space. If you see any problems with fonts while opening the CAD files, we suggest to install this package or find and connect proper shx fonts to the library.

3. After installation XML IDE application is run by default:

 

You can find the CADEditorX help, executable demos and source code examples for a number of programming languages in the Start menu (Start > CADSoftTools CADEditorX).

 

Getting started

1. Run XML IDE and click Execute XML.

 

2. In the opened CADEditorX control click Editor tab and select Line:

 

You can draw a line and use a lot of different features such as coordinate input, snap, tracking and others. User interface is translated into many languages and the Help systems for it exists in English, German, Russian and French.

3. In the Start menu open the necessary demo project:

 

4. Demos show how to run the most common instructions:

 

The DoCommand function creates XML which sends "Open" text to the CADEditorX Command Line and the Open Dialog appears:

File> Open in C#

        private void menu_open_Click(object sender, EventArgs e)

        {

            DoCommand("Open");

        }

 

Open in Delphi

procedure TForm1.mmi_openClick(Sender: TObject);
begin
 DoCommand('Open');
end;

 

Application area

CADEditorX is a multipurpose library with a wide scope of use, which is necessary for developing applications in a vast range of industrial sectors. This software product is successfully used in:

? database systems

? monitoring and remote control programs

? CNC machines

? CAD applications development

? data export to CAD formats

? document management systems

? highly specialized products that work with drawings

CADEditorX library can be used in the following programming languages: Visual C++, .NET languages (C#, VB .NET), Delphi, Visual Basic, Javascript, C++Builder.

 

 

Next:DbVisualizer 13.0 is now available
Prev:Handsontable 11.0.0 is here!

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