Search found 10 matches

by JM_
Wed Jan 22, 2020 1:01 am
Forum: General Issues
Topic: Line/object set intersection
Replies: 1
Views: 5051

Line/object set intersection

Hi
I have an old app which does line/model intersection at some point. I think the code was copied from Cannon sample. I do not see it in v6. What is the new way of doing it?
Looking forward for a hint
Thanks
by JM_
Fri Apr 18, 2014 3:24 am
Forum: Bug Reports
Topic: Resizing control
Replies: 1
Views: 8050

Resizing control

Hi I have one question. When I resize my windows form, which in turn resizes the KC control, the Model resizes to fit the window boundary. However it looks like it only does this when the height needs to be modified and not the width. I've looked through the documentation and examples and have not c...
by JM_
Fri Mar 07, 2014 2:28 am
Forum: Bug Reports
Topic: Problem with IPick on Dell laptops
Replies: 2
Views: 9917

Problem with IPick on Dell laptops

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 ipick.GetItemAt() call. So when we click...
by JM_
Thu Oct 03, 2013 9:11 pm
Forum: Bug Reports
Topic: Creating bitmap with IVirtualView
Replies: 1
Views: 7214

Creating bitmap with IVirtualView

Hi I came across an issue I was hoping to get help with. I am trying to take a screen capture of KC via the IVirtualView interface with mixed results. I was able to piece together the following code { IVirtualView ivv = (IVirtualView)axPartPicCADFront.GetView(); IBitmap ibmp = null; PairInt pi; pi.x...
by JM_
Fri Aug 30, 2013 1:23 am
Forum: General Issues
Topic: Drawing performance
Replies: 1
Views: 10691

Drawing performance

I have another 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.UpdateV...
by JM_
Thu Aug 29, 2013 7:47 pm
Forum: C#
Topic: Problem with scroll bars on an MDI child
Replies: 0
Views: 32513

Problem with scroll bars on an MDI child

HI In the last update or two we notice a new problem. In our application KC still exists on a child form within a C# MDI application. If the child form gets clipped by the MDI container scroll bars appear. Utilizing the scroll bars doesn't appear to update the KC control. The control area displays s...
by JM_
Thu Aug 29, 2013 7:38 pm
Forum: Bug Reports
Topic: Problem with scroll bars on an MDI child
Replies: 1
Views: 9363

Problem with scroll bars on an MDI child

Hi In the last update or two we notice a new problem. In our application KC still exists on a child form within a C# MDI application. If the child form gets clipped by the MDI container scroll bars appear. Utilizing the scroll bars doesn't appear to update the KC control. The control area displays s...
by JM_
Tue Aug 27, 2013 11:44 am
Forum: General Issues
Topic: Spinning an object
Replies: 7
Views: 19319

Re: Spinning an object

Thank you, Nick Our observation is that the rotation method via the buttons (demonstrated in the sample project) 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 the obje...
by JM_
Tue Aug 27, 2013 10:52 am
Forum: General Issues
Topic: Spinning an object
Replies: 7
Views: 19319

Re: Spinning an object

I'm sorry I'm getting confused, I originally used the ViewPoint sample project as the guide to build the rotation in the CadTester project I sent. I don't really see the differences in the two projects unless you are indicating to use _iViewFrame.Rotate() Instead of _iViewFrame.RotateStd(), the View...
by JM_
Tue Aug 27, 2013 7:14 am
Forum: General Issues
Topic: Spinning an object
Replies: 7
Views: 19319

Spinning an object

Hi I saw the http://www.dynoinsight.com/phpBB3/viewtopic.php?f=2&t=29 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 butto...