Search found 397 matches

by nickz
Tue Jan 14, 2014 12:00 pm
Forum: General Issues
Topic: v4.4 beta is out
Replies: 3
Views: 9618

Re: v4.4 beta is out

The 4.4.3764 update posted today includes the 32 but edition too. This will be the configuration of the suite in v4.4. No model viewer. We believe with the current download bandwidth the size difference with the Developer product is negligible. The Viewer is included there as usual We have also remo...
by nickz
Thu Jan 09, 2014 4:38 am
Forum: Bug Reports
Topic: Mode Depth
Replies: 3
Views: 8525

Fixed

We have fixed this in update 4.3.3765 There is a set of commands in direct access mode. To execute it KC enters a tree of states/modes. When something unexpected happens the component can remain in an invalid state. To handle this, starting with this update, the View > Reset context menu command als...
by nickz
Wed Jan 08, 2014 7:06 am
Forum: Bug Reports
Topic: Mode Depth
Replies: 3
Views: 8525

Re: Mode Depth

By atrev via private message:

the problem with depth mode seems to be if you select little or no region. It then seems to get stuck in an unusable mode. It could be a combination or not completing the require clicks, mouse moves etc before the z key is released
by nickz
Wed Jan 08, 2014 3:51 am
Forum: General Issues
Topic: v4.4 beta is out
Replies: 3
Views: 9618

Re: v4.4 beta is out

Hi atrev 32 bit is coming soon. Hopefully next week. We will update the documentation and provide more information here on the forum when everything settles This version is mostly devoted to getting working 64 bit KC with .NET4. There were some issues. I do not believe 32 bit 4.3 had these. Otherwis...
by nickz
Wed Jan 08, 2014 1:50 am
Forum: Bug Reports
Topic: Mode Depth
Replies: 3
Views: 8525

Re: Mode Depth

HI atrev To clarify for everyone else: We are talking about the depth zoom mode http://www.dynoinsight.com/Help/Geom/View/3DView.aspx#Depth_Zoom, which is activated by holding z key. I am glad that you are using it. Just had a thought that making the depth range very narrow shows a rough cross-secti...
by nickz
Tue Jan 07, 2014 12:38 am
Forum: Bug Reports
Topic: MouseMoveEvent
Replies: 2
Views: 7766

Re: MouseMoveEvent

Hi I did a quick test: MouseMove event is handled only in C# ViewPoint sample, OnMouseMoveKernelCAD(). It seem to break in the handler only when the mouse enters the KC window area. May be you are enabling mouse capture? There is also non-client NC mouse handling I am not sure if .NET can force hand...
by nickz
Sat Jan 04, 2014 1:48 am
Forum: General Issues
Topic: How to register for KernelCAD forum
Replies: 1
Views: 5969

How to register for KernelCAD forum

Registration is quick and simple. Use names of two the most popular interfaces returned from KernelCAD control methods and the name of the main KernelCAD control property to get through the anti-spam filter
Best wishes
DInsight team
by nickz
Fri Dec 27, 2013 8:23 am
Forum: General Issues
Topic: v4.4 beta is out
Replies: 3
Views: 9618

v4.4 beta is out

Dear all We have posted the first update of v4.4. It includes support for .NET 4 development targeting x64 applications, Windows 8 and 8.1 and the latest versions of Visual studio. It addresses problems mentioned in http://www.dynoinsight.com/phpBB3/viewtopic.php?f=3&t=2862 It is an early beta relea...
by nickz
Fri Dec 27, 2013 6:32 am
Forum: General Issues
Topic: Getting points from mesh
Replies: 2
Views: 8011

Operations with frames

In the update v4.3.3756 we have added IFrame3.ToLocal(IFrame frame). It is the analogue of multiplying matrixes. IFrame3.ToGlobal(IFrame frame) corresponds to division of matrix this by matrix of frame (i.e. multiplication by the inverse matrix) IMeshMods has also new ToLocal(IFrame frame), which ch...
by nickz
Tue Dec 24, 2013 9:26 am
Forum: General Issues
Topic: Extract mesh conditions
Replies: 2
Views: 7687

Re: Extract mesh conditions

We just have posted the 3756 update which has the new IMeshEx.Extract2(). We have separated its demo into new Mesh Mods sample
Iframe also has new ToLocal/ToGlobal(IFrame) method to convert frames. IMeshMods has also new ToLocal/ToGlobal(IFrame)
Nick