Search found 6 matches

by Tor A
Tue Mar 26, 2019 2:31 am
Forum: General Issues
Topic: Limit for number of objects
Replies: 6
Views: 10888

Re: Limit for number of objects

Thank you very much for the sample, is was very useful. Adding boxes without creating objects seems to be very effective when it comes to use of memory. So the problem now seems to be updating the user interface. After adding 27.000 boxes it takes about 2,5 minutes to run iView->Reset(VARIANT_TRUE)....
by Tor A
Fri Mar 08, 2019 1:39 am
Forum: General Issues
Topic: Limit for number of objects
Replies: 6
Views: 10888

Re: Limit for number of objects

Thank you, Nick
We will try that
by Tor A
Wed Mar 06, 2019 5:35 am
Forum: General Issues
Topic: Limit for number of objects
Replies: 6
Views: 10888

Re: Limit for number of objects

Thank you for your quick feedback and good suggestions. We would certainly appreciate a custom sample. Mesh seems to be a much quicker way of creating the model than boxes, but still uses too much memory. We’ve used IDraw-> Vertex on ISection objects in an IArray (which seems to use less memory).
by Tor A
Mon Mar 04, 2019 2:32 am
Forum: General Issues
Topic: Limit for number of objects
Replies: 6
Views: 10888

Limit for number of objects

Hi! We try to use KernelCad to display items in a database as boxes in the ocx in our VS C++ programmed container loading software. It takes very long time to add 3.000 items in the model by using IStdShape->Box. When all the boxes are added, the system crashes on IView->Reset. I looks like the syst...
by Tor A
Wed Dec 05, 2018 6:49 am
Forum: Bug Reports
Topic: Crash in Form Designer
Replies: 2
Views: 6685

Re: Crash in Form Designer

Thank You, Prashant
by Tor A
Tue Dec 04, 2018 3:54 am
Forum: Bug Reports
Topic: Crash in Form Designer
Replies: 2
Views: 6685

Crash in Form Designer

Hi
I get crashes of Visual Studio pretty often when I open a form with kernelcad on it. I have to reload the project after that.
It would be good to get a fix
Thank you