Search found 4 matches

by JM_Y
Wed Jul 03, 2024 1:56 am
Forum: DG Kernel discussions
Topic: Spinning an object (restored)
Replies: 4
Views: 2325

Re: Spinning an object (restored)

Thank you, Nick Our observation is that the rotation method via the buttons (demonstrated in the sample project we sent) isn't as smooth as we would like to see it. When we use the internal KernCad mouse drag, i.e. if you run the sample project -> left click and hold on the object -> drag around so ...
by JM_Y
Wed Jul 03, 2024 1:53 am
Forum: DG Kernel discussions
Topic: Spinning an object (restored)
Replies: 4
Views: 2325

Spinning an object (restored)

Hi I saw the Animating rotation thread about an animation example. Correct me if I'm wrong I think I saw in help that one can have series of 'viewpoints' and a time to animate between each point. However, what we were hoping to do is give the user a couple buttons, rotate left and rotate right. As l...
by JM_Y
Wed Jul 03, 2024 1:41 am
Forum: DG Kernel discussions
Topic: Issues with IPick (Restored)
Replies: 3
Views: 1923

Issues with IPick (Restored)

Hi We have one problem come up. We only see the problem when we run it on the laptops we send to our clients. I can reproduce it like that: When we open a model with about 20 objects in the Pick sample, clicking on certain parts returns the wrong part via the pick.GetItemAt() call. So when we click ...
by JM_Y
Tue Jul 02, 2024 5:31 am
Forum: DG Kernel discussions
Topic: Split views (Restored)
Replies: 2
Views: 1484

Split views (Restored)

I have a couple of questions. 1) We have two controls on a form. We noticed if the split view is disabled and we are only drawing to one of the CAD controls we didn't see a significant performance boost. Is this expected? 2) Is there a way I could update the model via axKernCADnetFront.UpdateView() ...