Search found 391 matches

by nickz
Thu Mar 09, 2023 5:00 am
Forum: General Issues
Topic: Model sharing feature
Replies: 0
Views: 174

Model sharing feature

Hello all. In yesterday's 7.1.5368 update we have made official an important feature. It is the new AttachModel() method of the control. It allows sharing models between controls (views) at runtime. By default, a control always constructs its own model. The method releases the default model and swit...
by nickz
Sun Feb 19, 2023 4:49 am
Forum: General Issues
Topic: Re-release of DGK 7.1
Replies: 0
Views: 318

Re-release of DGK 7.1

Dear all We had to re-release DG Kernel v7.1 in update 5360. The main reason was a problem in Open Cascade component related to distance measurements. Even more important, we have also decided to move forward a major business model change. DG Kernel is free now for individuals, small businesses and ...
by nickz
Thu Feb 09, 2023 4:38 am
Forum: Bug Reports
Topic: Issue when adding DGKC on Form (VBNET)
Replies: 10
Views: 1742

Re: Issue when adding DGKC on Form (VBNET)

Hello
We have fixed this in updates 7.0.5355 and 7.1.5354.
Thank you for reporting.
by nickz
Sun Feb 05, 2023 9:17 pm
Forum: Bug Reports
Topic: Accessing material
Replies: 1
Views: 133

Re: Accessing material

Hello Bash3D.
We have fixed this in today's 5353 update.
Thank you for reporting
by nickz
Wed Jan 25, 2023 8:55 pm
Forum: Bug Reports
Topic: Issue when adding DGKC on Form (VBNET)
Replies: 10
Views: 1742

Re: Issue when adding DGKC on Form (VBNET)

Hello Gisbar

I am very sorry about the problems and thank you for the effort.
We will keep working on it.
I have sent you a private message.

Nick
by nickz
Tue Jan 17, 2023 9:58 pm
Forum: General Issues
Topic: DG Kernel 7.1 released
Replies: 0
Views: 618

DG Kernel 7.1 released

Dear all We have released the v7.1. Data Exchange (Import/Export) via STEP format has been reimplemented based on Extended Data Exchange (XDE) engine of OCCT. This includes support for saving and loading of STEP assemblies and their hierarchies. The new STEP Data Exchange also includes persistence o...
by nickz
Tue Jan 17, 2023 8:39 pm
Forum: Bug Reports
Topic: Issue when adding DGKC on Form (VBNET)
Replies: 10
Views: 1742

Re: Issue when adding DGKC on Form (VBNET)

Hello Gisbar,

We have posted the official update 5349: Downloads. It has few improvements in exceptions handling and also added error logging.

Regards
by nickz
Mon Jan 16, 2023 8:25 am
Forum: Bug Reports
Topic: Issue when adding DGKC on Form (VBNET)
Replies: 10
Views: 1742

Re: Issue when adding DGKC on Form (VBNET)

Hello Gisbar, This is weird. This is the code in the method which throwed the exception: private void OnPaintSafeMode(Graphics g) { Font drawFont = new Font("Arial", 32); SolidBrush drawBrush = new SolidBrush(Color.DarkRed); float x = 40.0F; float y = 40.0F; g.DrawString("DG Kernel Control", drawFon...
by nickz
Thu Jan 12, 2023 6:39 am
Forum: Bug Reports
Topic: Issue when adding DGKC on Form (VBNET)
Replies: 10
Views: 1742

Re: Issue when adding DGKC on Form (VBNET)

Gisbar, Please try this: 5343/DGKernel_7_0.exe It is an unofficial update, we just have compiled. We have replaced rendering in designer with a safe mode rendering. It should work. Please let me know if it does not. It is a temporary workaround to get you going with the evaluation. Your original pic...
by nickz
Wed Jan 11, 2023 4:48 am
Forum: Bug Reports
Topic: Issue when adding DGKC on Form (VBNET)
Replies: 10
Views: 1742

Re: Issue when adding DGKC on Form (VBNET)

A thing to try: Visual Studio caches controls, so the version of DGKC.dll may be out of date and incompatible with the installed code. Try replacing the DGKC in the toll box: Open the Toolbox with a dummy new VB app and a designer opened just to see the Toolbox. Right-click Components > DGKC. Choose...