Search found 397 matches

by nickz
Wed Dec 29, 2021 8:00 am
Forum: Bug Reports
Topic: Model shrinks but does not grow on window resize
Replies: 5
Views: 19615

Re: Model shrinks but does not grow on window resize

Aaron, please check out today's 6.2.5296 update. We have made an improvement in the algorithm. It is not official, as it is not tested properly and some apps may rely on the current behavior. To enable the new change please add iContext.SetBoolParam(24, false); like var iView = m_kernCAD.GetView() a...
by nickz
Thu Dec 23, 2021 10:27 am
Forum: Bug Reports
Topic: Model shrinks but does not grow on window resize
Replies: 5
Views: 19615

Re: Model shrinks but does not grow on window resize

You have a point, Aaron.
We are looking into it
Thank you
by nickz
Tue Dec 14, 2021 11:00 pm
Forum: General Issues
Topic: DG Kernel on Github
Replies: 0
Views: 22250

DG Kernel on Github

Hello everyone. You might have already noticed that we have posted the third party source on Github: Github DG Project . In later versions it will be the main location for the third party code. We also intend to use Github for samples, test, demos which are useful, but did not get through into relea...
by nickz
Wed Dec 08, 2021 11:33 pm
Forum: General Issues
Topic: DG Kernel 7.0 is out!
Replies: 4
Views: 7810

Re: DG Kernel 7.0 is out!

More about internals of DGKC control: Under the hood
by nickz
Wed Dec 08, 2021 11:28 pm
Forum: General Issues
Topic: DGKC under the hood
Replies: 0
Views: 22243

DGKC under the hood

Hello all Little more about the way the new DGKC .NET control works: The control is implemented as a DGKC C# class: namespace DGKC { [DisplayName("DG Kernel Control")] [Description("3D modeling and computing component.")] [ToolboxItem(true)] [ToolboxBitmap(typeof(DGKC), "DGKC.bmp")] public partial c...
by nickz
Thu Dec 02, 2021 2:57 am
Forum: General Issues
Topic: DG Kernel 7.0 is out!
Replies: 4
Views: 7810

Re: DG Kernel 7.0 is out!

We have combined all required binaries into a single unified installer. So there is no need to think about bitness or platform. All controls are installed so switching from native app to .NET or between bitnesses is fine. This is also true for the redistributable. Sizes of the installers are ridicul...
by nickz
Thu Dec 02, 2021 2:44 am
Forum: General Issues
Topic: DG Kernel 7.0 is out!
Replies: 4
Views: 7810

Re: DG Kernel 7.0 is out!

We have also added a _DG counterpart for every v5 interface. There were plenty of them, unfortunately. See what is new . So _DG interface set is much nicer now. It is self contained, more logical and overall newer and better API. The old ones still work and are supported. No need to rush with replac...
by nickz
Mon Nov 29, 2021 12:32 am
Forum: General Issues
Topic: DG Kernel 7.0 is out!
Replies: 4
Views: 7810

Re: DG Kernel 7.0 is out!

DGKC control was intended more like a confidence measure for .NET developers, but we have ended up with an overall nicer control. The most important achievement is that the DGK-based application can target AnyCPU platform, so there is no need to commit early to either 32 or 64 bit. Background and ot...
by nickz
Mon Nov 22, 2021 12:55 am
Forum: General Issues
Topic: DG Kernel 7.0 is out!
Replies: 4
Views: 7810

DG Kernel 7.0 is out!

The long promised pure .NET control is out.
Download.
What's new.
More shortly...
by nickz
Thu Oct 14, 2021 2:29 am
Forum: Bug Reports
Topic: Error when loading GLM
Replies: 6
Views: 21270

Re: Error when loading GLM

Sorry, it took a while.
We could not reproduce it, unfortunately. I suspect there is something specific to the model.
It would be great if your customer could upload the model at https://dynoinsight.com/Supp.aspx
We would debug it then.
Regards