Search found 203 matches

by Prashant Kande
Wed Oct 09, 2019 5:07 am
Forum: General Issues
Topic: Mesh wire color
Replies: 2
Views: 6487

Re: Mesh wire color

Hello Fabio
Unfortunately no. We will look at it in 6.2. Get in touch if you need it urgently.
Cheers
by Prashant Kande
Wed Oct 02, 2019 6:58 am
Forum: General Issues
Topic: Select edges menu option
Replies: 2
Views: 6774

Re: Select edges menu option

Correction: We have added handling of all cases. See http://www.dynoinsight.com//Help/V6_0/Component/Interactive/Selection/SelectionEvent.aspx In Yesterdays 5012 update we have also added Selection sample which demoes all that See also: http://www.dynoinsight.com/phpBB3/viewtopic.php?f=2&t=3179 Cheers
by Prashant Kande
Wed Oct 02, 2019 6:55 am
Forum: General Issues
Topic: How to select vertex in v6?
Replies: 4
Views: 9615

Re: How to select vertex in v6?

In Yesterdays 5012 update we have also added Selection sample which demoes all that
Cheers
by Prashant Kande
Fri Sep 27, 2019 3:36 am
Forum: General Issues
Topic: How to select vertex in v6?
Replies: 4
Views: 9615

Re: How to select vertex in v6?

Edges of mesh is a special case. For selection to work the mesh has to be in upgraded state. Otherwise the list will be empty. See http://dynoinsight.com/Help/V6_0/Interf ... IsUpgraded
by Prashant Kande
Thu Sep 26, 2019 4:51 am
Forum: Bug Reports
Topic: Saving booleans result
Replies: 3
Views: 8964

Re: Saving booleans result

We have fixed this in todays 5010 update
Thanks for letting us know
by Prashant Kande
Wed Sep 25, 2019 6:58 am
Forum: Bug Reports
Topic: Saving booleans result
Replies: 3
Views: 8964

Re: Saving booleans result

Thank You for reporting, Lars
We are looking into it
by Prashant Kande
Wed Sep 25, 2019 6:57 am
Forum: General Issues
Topic: How to select vertex in v6?
Replies: 4
Views: 9615

Re: How to select vertex in v6?

Hello jons882 Request KernelACDEvent to receive notifications like: var iView = DgkControl.GetView() as IView_DG; var iContext = iView as IKCContext; iContext.SetBoolParam((int)E3DBoolParams.e3DBoolParamWantSelectEvent, true); Use Advanced > Edit > Select > Vertices in the context menu (right click)...
by Prashant Kande
Fri Sep 20, 2019 2:50 am
Forum: General Issues
Topic: Select edges menu option
Replies: 2
Views: 6774

Re: Select edges menu option

Hello Antti
It is a good question.
The selection works for BRep entities only (other types are ignored) in this version. In the case KernelCAD event returns list of IBRepEdge_DG.
There is an issue with highlighting the selection. I will write more with when we post a fix in few days
Regards
by Prashant Kande
Mon Sep 16, 2019 4:32 am
Forum: Bug Reports
Topic: Duplicated context property ID
Replies: 1
Views: 6473

Re: Duplicated context property ID

Thanks for that, alexm
We have corrected the documentation
Regards
by Prashant Kande
Mon Sep 16, 2019 4:30 am
Forum: Bug Reports
Topic: Class not registered errror adding control
Replies: 1
Views: 6091

Re: Class not registered errror adding control

Hi Larry
Please change Target CPU In Compile tab of project properties from AnyCPU to x64 or x86 to match the installed DGK's bitness.
We have answered this in few places already
Regards