Добрый день, Коллеги. Важное сообщение, просьба принять участие. Музей Ферсмана ищет помощь для реставрационных работ в помещении. Подробности по ссылке
Deswik scripting training manual / Руководство по написанию скриптов Deswik
This document provides an overview of the Deswik.CAD object model and scripting interface. The document does cover some specifics of the programming and vb language uses, but is not designed as an in depth programming reference.
The Deswik Scripting language closely follows the VB.NET Framework 4 as much as possible. Bearing in mind that it does NOT execute the code in the .NET JIT compiler (it has its own compiler). For this reason it is possible to use the Microsoft VB.NET web resources when looking for syntax information. There are likely some code syntaxes and methods which Deswik has not encountered. Should you find one of these cases please contact support and we will rectify as quickly as possible. <...>