Adding DG Kernel

Technical discussions
Post Reply
Claude
Posts: 23
Joined: Thu Jan 05, 2017 3:58 am

Adding DG Kernel

Post by Claude »

Good day,

If I want to add access to DG Kernel in my project, how do I do that ? It is installed, but I can't seem to find it anywhere.

Thanks.

nickz
Site Admin
Posts: 236
Joined: Fri Jul 26, 2013 3:58 am

Re: Adding DG Kernel

Post by nickz »

Hi Claude

You do not have to do anything. Your app should work same way. That is what we would like to happen. We call it a new product, but lots of things are the same. The control id and name are same. It is the DGKernel_6_0\Bin\KerCADne.ocx.

There are few things on margins have dropped out, the rest should work same way without need to change your application.

We have added heaps of new interfaces which are more convenient like IFrame_DG and IView_DG which have everything in one place. Also there is lots of effort to support BSpline modelling

You can use old and new interfaces interchangeably. So the good idea is to code new functionality with new interfaces and leave the rest until you need to attend to something

Nick

Claude
Posts: 23
Joined: Thu Jan 05, 2017 3:58 am

Re: Adding DG Kernel

Post by Claude »

Thank you for the info, Nick

Post Reply