Engineering:Russian Geometric Kernel: Difference between revisions

From HandWiki
imported>AnLinks
change
 
S.Timg (talk | contribs)
correction
 
Line 1: Line 1:
{{Short description|Geometric modeling kernel}}
{{Short description|Geometric modeling kernel}}
{{Multiple issues|
{{Multiple issues|
{{More footnotes|date=July 2016}}
}}
'''Russian Geometric Kernel''' (also known as '''RGK''') is a proprietary [[Engineering:Geometric modeling kernel|geometric modeling kernel]] developed by several Russian software companies, most notably Top Systems and LEDAS, and supervised by [[Organization:STANKIN|STANKIN]] (State Technology University). It was written in [[C++]].
'''Russian Geometric Kernel''' (also known as '''RGK''') is a proprietary [[Engineering:Geometric modeling kernel|geometric modeling kernel]] developed by several Russian software companies, most notably Top Systems and LEDAS, and supervised by [[Organization:STANKIN|STANKIN]] (State Technology University). It was written in [[C++]].


Line 6: Line 8:
The kernel was developed in 2011–2013 under the supervision of “Stankin” Moscow State Technical University within the framework of the project for “Developing Licensed Home 3D-Kernel”, funded by the Ministry of Industry and Trade of the Russian Federation.
The kernel was developed in 2011–2013 under the supervision of “Stankin” Moscow State Technical University within the framework of the project for “Developing Licensed Home 3D-Kernel”, funded by the Ministry of Industry and Trade of the Russian Federation.


The kernel is said to be completed by 2013,<ref>{{cite web | url=http://rb.ru/story/kernel-business/ | title=Как построить бизнес на 3D-ядре | date=2015-06-15 | access-date=2016-12-13}}</ref><ref>{{cite web | url=http://ledas.com/group/press_releases/?press_num=179 | title=RGK Russian Geometric Kernel Celebrates First Full-Featured Version | date=2013-04-02 | access-date=2016-12-13}}</ref> with no other news on it available (by the end of 2016).<ref>{{cite web |title=RGK Russian Geometric Kernel Celebrates First Full-Featured Version |url=https://ledas.com/news/176-rgk-russian-geometric-kernel-celebrates-first-full-featured-version/ |website=ledas.com}}</ref>
The kernel is said to be completed by 2013,<ref>{{cite web | url=http://rb.ru/story/kernel-business/ | title=Как построить бизнес на 3D-ядре | date=2015-06-15 | access-date=2016-12-13 | archive-date=2016-12-20 | archive-url=https://web.archive.org/web/20161220100819/http://rb.ru/story/kernel-business/ | url-status=live }}</ref><ref>{{cite web | url=http://ledas.com/group/press_releases/?press_num=179 | title=RGK Russian Geometric Kernel Celebrates First Full-Featured Version | date=2013-04-02 | access-date=2016-12-13 | archive-date=2016-12-20 | archive-url=https://web.archive.org/web/20161220161652/http://ledas.com/group/press_releases/?press_num=179 | url-status=live }}</ref> with no other news on it available (by the end of 2016).<ref>{{cite web |title=RGK Russian Geometric Kernel Celebrates First Full-Featured Version |url=https://ledas.com/news/176-rgk-russian-geometric-kernel-celebrates-first-full-featured-version/ |website=ledas.com |access-date=2022-06-28 |archive-date=2022-05-18 |archive-url=https://web.archive.org/web/20220518001508/https://ledas.com/news/176-rgk-russian-geometric-kernel-celebrates-first-full-featured-version/ |url-status=live }}</ref>


==Architecture==
==Architecture==
Line 16: Line 18:


==Platforms==
==Platforms==
The geometric kernel supports 32- and 64-bit architecture, and [[Software:Windows|Windows]] and [[Software:Linux|Linux]] platforms. It can be compiled with any [[C++]] compiler that implements features of С++11 standard.<ref>{{cite web|url=http://isicad.net/articles.php?article_num=16135 |title=Russian 3D-kernel RGK: Functionality, Advantages, and Integration |website=Isicad.net |date=2013-05-24 |access-date=2016-07-27}}</ref>
The geometric kernel supports 32- and 64-bit architecture, and [[Software:Windows|Windows]] and [[Software:Linux|Linux]] platforms. It can be compiled with any [[C++]] compiler that implements features of С++11 standard.<ref>{{cite web |url=http://isicad.net/articles.php?article_num=16135 |title=Russian 3D-kernel RGK: Functionality, Advantages, and Integration |website=Isicad.net |date=2013-05-24 |access-date=2016-07-27 |archive-date=2016-08-26 |archive-url=https://web.archive.org/web/20160826095906/http://isicad.net/articles.php?article_num=16135 |url-status=live }}</ref>


==References==
==References==

Latest revision as of 13:33, 14 May 2026

Short description: Geometric modeling kernel

Russian Geometric Kernel (also known as RGK) is a proprietary geometric modeling kernel developed by several Russian software companies, most notably Top Systems and LEDAS, and supervised by STANKIN (State Technology University). It was written in C++.

History

The kernel was developed in 2011–2013 under the supervision of “Stankin” Moscow State Technical University within the framework of the project for “Developing Licensed Home 3D-Kernel”, funded by the Ministry of Industry and Trade of the Russian Federation.

The kernel is said to be completed by 2013,[1][2] with no other news on it available (by the end of 2016).[3]

Architecture

RGK is described using boundary representation (B-rep). But other descriptions are used when necessary. For instance, to optimize the speed of kernel's functions, and to ensure precise storage and computation of the model, canonical objects and NURBS curves and surfaces are used. To solve tasks associated with complex operations (such as hole-covering surfaces, N-side patches, and blending surfaces in complex cases), special types of curves and surfaces are used by the kernel.

Low-level and high-level operations

Kernel functions can be grouped under another criterion: low-level and high-level ones. The low-level operations include constructing curves and surfaces (canonical objects, NURBS, offset curves and surfaces, and so on), projecting points and curves on surfaces, intersecting and extending curves and surfaces, modifying topology (including Euler operations), and so on. Low-level operations enable application developers to modify kernel data in a most flexible manner, practically operating in manual mode. High-level operations include operations that are standard for body generation, and Boolean operations on bodies (union, subtract, and intersect). It can be used with solid and surface bodies, and with combinations of the two.[4]

Platforms

The geometric kernel supports 32- and 64-bit architecture, and Windows and Linux platforms. It can be compiled with any C++ compiler that implements features of С++11 standard.[5]

References