Search found 379 matches
- Fri Feb 25, 2022 2:36 am
- Forum: Bug Reports
- Topic: Cant add DGKC to Visual Studio
- Replies: 1
- Views: 508
Re: Cant add DGKC to Visual Studio
In update 5305 we have made an unannounced change to the security. We have removed the short evaluation period as it creates lots of room for abuse. You need to register from the start. After installing please go to the Subscription option in the Windows Start menu. Please run it as admin (Right cli...
- Mon Jan 17, 2022 9:49 am
- Forum: Bug Reports
- Topic: Model shrinks but does not grow on window resize
- Replies: 5
- Views: 1736
Re: Model shrinks but does not grow on window resize
Sorry, Aaron,
We had to change code signing service and it was fiddly. This is where the bug came from.
Today's 5297 update should work: Downloads.
Thanks for reporting
We had to change code signing service and it was fiddly. This is where the bug came from.
Today's 5297 update should work: Downloads.
Thanks for reporting
- Wed Dec 29, 2021 8:00 am
- Forum: Bug Reports
- Topic: Model shrinks but does not grow on window resize
- Replies: 5
- Views: 1736
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...
- Thu Dec 23, 2021 10:27 am
- Forum: Bug Reports
- Topic: Model shrinks but does not grow on window resize
- Replies: 5
- Views: 1736
Re: Model shrinks but does not grow on window resize
You have a point, Aaron.
We are looking into it
Thank you
We are looking into it
Thank you
- Tue Dec 14, 2021 11:00 pm
- Forum: General Issues
- Topic: DG Kernel on Github
- Replies: 0
- Views: 1680
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...
- Wed Dec 08, 2021 11:33 pm
- Forum: General Issues
- Topic: DG Kernel 7.0 is out!
- Replies: 4
- Views: 3070
Re: DG Kernel 7.0 is out!
More about internals of DGKC control: Under the hood
- Wed Dec 08, 2021 11:28 pm
- Forum: General Issues
- Topic: DGKC under the hood
- Replies: 0
- Views: 1816
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...
- Thu Dec 02, 2021 2:57 am
- Forum: General Issues
- Topic: DG Kernel 7.0 is out!
- Replies: 4
- Views: 3070
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...
- Thu Dec 02, 2021 2:44 am
- Forum: General Issues
- Topic: DG Kernel 7.0 is out!
- Replies: 4
- Views: 3070
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...
- Mon Nov 29, 2021 12:32 am
- Forum: General Issues
- Topic: DG Kernel 7.0 is out!
- Replies: 4
- Views: 3070
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...