Search found 25 matches

by Nick
Fri Mar 07, 2025 10:38 pm
Forum: DG Kernel discussions
Topic: Enterprise vs Pro OCX naming
Replies: 2
Views: 48799

Re: Enterprise vs Pro OCX naming

Thanks for pointing this out.
Yes, there is some untidiness. We need to fix this.
Regards
by Nick
Thu Mar 06, 2025 4:14 am
Forum: DG Kernel discussions
Topic: VB6
Replies: 0
Views: 27831

VB6

I am amazed by the longevity of the VB6. Microsoft's support for the IDE has stopped 17 years ago. It is long overdue to let it go completely. The main reason is that 32-bit support might disappear completely. See my previous 32 bit thread . VB6 does not know anything about 64 bit, of course. Yes, t...
by Nick
Thu Mar 06, 2025 3:58 am
Forum: DG Kernel discussions
Topic: 32 bit
Replies: 0
Views: 27760

32 bit

Hello everyone. We do not have plans for dropping support for 32 bit applications, but generally it is going out of scope. It can also happen precipitously. Have you seen any 16-bit computers around? The components we are building it the tip of a dependency iceberg. We use several major third-party ...
by Nick
Wed Jan 29, 2025 1:49 am
Forum: DG Kernel discussions
Topic: Changing DInsight server
Replies: 1
Views: 40419

Re: Changing DInsight server

The website is up.
Thank you for your patience.
by Nick
Thu Jan 23, 2025 7:39 pm
Forum: DG Kernel discussions
Topic: Changing DInsight server
Replies: 1
Views: 40419

Changing DInsight server

Hello all

We are in the middle of changing the host for the main dynoinsight.com website, where the documentation is. It did not go as smooth as we have hoped. Please be patient. It might take few days.

Thank you
by Nick
Tue Sep 17, 2024 5:52 pm
Forum: DG Kernel discussions
Topic: DG Kernel 7.2 is out
Replies: 0
Views: 17143

DG Kernel 7.2 is out

Hello friends We have released v7.2 :D! Download , What's new . The main feature is the new .NET 6.0 (Core) control named DGKCn6. We have also integrated engraving functionality into interface. There is a new Engrave sample. It was a significant hurdle with the hard transition to .NET Core, team cha...
by Nick
Tue Aug 20, 2024 1:20 am
Forum: DG Kernel discussions
Topic: Exceptions (restored)
Replies: 0
Views: 16230

Exceptions (restored)

General observation about exceptions: Geometry is such a vast field that exceptions are inevitable. They are inevitable in any software actually. We are trying to give some response and error report whenever it is possible, but generally we consider DGK as an “open” software in the sense that not ca...
by Nick
Mon Aug 05, 2024 4:31 am
Forum: DG Kernel discussions
Topic: Location, Orinetation, Frames blog
Replies: 4
Views: 16297

Frames and matrixes

Matrixes are tables of numbers. If we consider only orientation of a frame and ignore the origin (location), fames can be mapped to size three square matrixes with determinant of 1.0. To convert a frame f to matrix M one needs to take coordinates of the first, etc. axis of f and make it the first, e...
by Nick
Mon Aug 05, 2024 1:48 am
Forum: DG Kernel discussions
Topic: View Blog (restored)
Replies: 3
Views: 17889

Advanced

For completeness: We do not use Camera concept often mentioned in literature and graphical software. We believe it a secondary notion coming from some traditions. View Volume is clearer and more convenient for both interaction and programming, in our view ( :? :lol: ).
by Nick
Fri Aug 02, 2024 2:00 am
Forum: DG Kernel discussions
Topic: View Blog (restored)
Replies: 3
Views: 17889

Depth zoom

Part of the scene outside the Z range of the View Volume is rendered, do it is not visible. Normally the range should include al objects, otherwise it can be very confusing. Making the range too long is not good as it changes center of the viewing rotations which navigating interactively. It also re...