Search found 17 matches

by aarond
Fri Jan 14, 2022 4:39 pm
Forum: Bug Reports
Topic: Model shrinks but does not grow on window resize
Replies: 5
Views: 19606

Re: Model shrinks but does not grow on window resize

Hi Nick, it looks like the 6.2 merge module did not get updated on the downloads page to contain this fix.
by aarond
Wed Dec 29, 2021 11:40 pm
Forum: Bug Reports
Topic: Model shrinks but does not grow on window resize
Replies: 5
Views: 19606

Re: Model shrinks but does not grow on window resize

Thanks Nick, this is much improved. I can still get the behavior when I resize repeatedly using our models, but it shrinks at a much lower rate so it is a big improvement over the previous build. I didn't encounter any issues when doing a quick test.
by aarond
Tue Dec 21, 2021 7:32 pm
Forum: Bug Reports
Topic: Model shrinks but does not grow on window resize
Replies: 5
Views: 19606

Model shrinks but does not grow on window resize

When resizing a window smaller the model shrinks to accommodate the resize, however when the window is resized larger the model does not grow. This causes the model to shrink smaller and smaller when the window is repeatedly resized. I was able to reproduce this behavior using the DIView Sample on t...
by aarond
Tue Nov 09, 2021 7:48 pm
Forum: Bug Reports
Topic: Error when loading GLM
Replies: 6
Views: 21266

Re: Error when loading GLM

We are still running into this, and it seems to be machine specific. When someone runs into this error on one PC I can convert the model on a different PC without issue. However the first PC will always have the issue and the second PC will never have the issue on a particular model. We have run int...
by aarond
Tue Sep 07, 2021 10:33 pm
Forum: Bug Reports
Topic: Error when loading GLM
Replies: 6
Views: 21266

Re: Error when loading GLM

This popped up again. I am getting the same error with a different error code, but we have only seen this one one machine we have deployed it on.
by aarond
Tue Aug 03, 2021 6:26 pm
Forum: General Issues
Topic: Rotation
Replies: 3
Views: 7074

Re: Rotation

Is this from the new .NET API? I like it, very clean. This didn't port directly to the current 6.2 API and for some reason the center of the depth of the viewing volume didn't quite match the model, so here is what I ended up with in C# case it helps someone else. private Point_DG GetCenterOfModel(I...
by aarond
Tue Jul 27, 2021 11:02 pm
Forum: General Issues
Topic: Rotation
Replies: 3
Views: 7074

Rotation

I am trying to figure out how to programmaticly get my model to rotate around the center of the model instead of around the global axis. For example when I use the mouse to drag the model around it spins along the center of the model, however using IView_DG.Rotate() or IFrame_DG.Rotate3() as in the ...
by aarond
Tue Jul 20, 2021 7:05 pm
Forum: General Issues
Topic: API questions
Replies: 6
Views: 9089

Re: API questions

Thanks Nick, yes we are getting some slow (and at times crashing) selection behavior in places with very dense meshes. I am working with our mechanical engineers to get a better process for outputting models. They are digging into it now, but possibly more on that to come. I can confirm the IVirtual...
by aarond
Fri Jul 16, 2021 9:54 pm
Forum: Bug Reports
Topic: Error when loading GLM
Replies: 6
Views: 21266

Error when loading GLM

I am getting the following error when loading a GLM model in DG Kernel build 5217. This only happens when running a build in Release configuration, it does not happen when I am debugging the application in a Debug configuration. It also does not happen every time, when using two views it will someti...
by aarond
Fri Jul 16, 2021 9:50 pm
Forum: General Issues
Topic: API questions
Replies: 6
Views: 9089

API questions

I have a couple questions about the API: 1) The E3DBoolParams Enumeration documentation is different between https://dynoinsight.com/Help/V6_2/Component/Programmatic/ComponentContext.aspx and https://dynoinsight.com/Help/V6_2/Interface/General/Types/E3DBoolParams.aspx Specifically options 13, 14, an...