En poursuivant votre navigation sur ce site, vous acceptez l'utilisation de cookies.
CADSoftTools has released a new product for software developers - CADEditorX.
It allows integrating CAD technologies into user applications very fast thanks to the uniquely easy-to-use XML interface that contains a single function and a single event.
Download CADEditorX:
32bit: https://cadsofttools.com/download/cadeditorx.zip
64bit: https://cadsofttools.com/download/cadeditorx_x64.zip
Web page: https://cadsofttools.com/products/cadeditorx/
CADEditorX is:
CADEditorX appearance:
Here is an example of XML code to add a line and a text:
<?xml version="1.0" encoding="utf-8"?> <cadsofttools version="2"> <add> <!-- The following line adds a text. --> <cstText Text="CADSoftTools" Point="0.5, 0.5" Height="1"/> <!-- The following line adds a line. --> <cstLine point="0,0,0" Point1="10,0,0"/> </add> <FitToSize/> </cadsofttools>
After executing the function with this XML, we’ll get the following result:
API for other functions works in the same way.
The software package includes dozens of examples that can be edited and run from a convenient XML editor:
You can see a list of examples in the left part of the screenshot and their code in the right one. Please, have a look at the section How to that gives answers to the most common questions
CADEditorX is based on COM / ActiveX, thanks to which it can be used in Internet Explorer and in MS Office applications.
CADEditorX isn’t the only library by CADSoftTools; besides it, the company offers the following SDK:
CAD VCL – to read and write DWG / DXF in Delphi
CAD Import .NET – CAD in C#, VB.NET
CAD Importer DLL – access to DWG / DXF entities in C++, C#, Delphi and other languages
Sharecad.org – a free iframe plugin for viewing dwg on your website!
With best wishes,
CADSoftTools Team
SoftGold Ltd.