Пользуясь нашим сайтом, вы соглашаетесь с тем, что мы используем cookies.
Компания CADSoftTools рада сообщить о выходе нового продукта - CADEditorX. На данный момент доступна бета-версия продукта.
CADEditorX позволяет быстро интегрировать CAD технологии в пользовательские приложения благодаря уникально простому в использовании XML интерфейсу, который содержит всего одну функцию и одно событие.
Скачать CADEditorX:
32bit: https://cadsofttools.com/download/cadeditorx.zip
64bit: https://cadsofttools.com/download/cadeditorx_x64.zip
Страница продукта: https://cadsofttools.com/products/cadeditorx/
CADEditorX это:
CADEditorX appearance:
Пример XML кода, который добавляет текст и линию:
<?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>
После выполнения этого кода получим следующий результат:
API для других функций работает аналогично.
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!
С уважением,
ООО Софт Голд
CADSoftTools