Search found 106 matches
- Wed Dec 11, 2019 4:49 am
- Forum: General Issues
- Topic: Need help to scale object
- Replies: 1
- Views: 5
Re: Need help to scale object
Hi Masha It is about modifying the object. There are ways to go through its sub-shapes, curves and surfaces, but it is little tricky. I think the best would be to do your construction via a procedure which takes the size(s), position etc. from the GUI and adds the object to the model. When you need ...
- Thu Nov 07, 2019 1:09 am
- Forum: General Issues
- Topic: ICircle2d_DG
- Replies: 2
- Views: 168
Re: ICircle2d_DG
Hi Alex The axis parameter defines "local axes" of the circle. It affects parameterisation, which is normally [0, 2PI]. After this call point with parameter .0 will be in the axis direction on the circle. Regarding your problem. Try this to find center of the circle: https://www.quora.com/...
- Wed Oct 30, 2019 2:32 am
- Forum: General Issues
- Topic: Mesh wire color
- Replies: 2
- Views: 370
Re: Mesh wire color
Hello all
We have added this functionality in last weeks update.
See the new methods in IMaterial: http://www.dynoinsight.com/Help/V6_0/In ... UseForWire
Cheers
We have added this functionality in last weeks update.
See the new methods in IMaterial: http://www.dynoinsight.com/Help/V6_0/In ... UseForWire
Cheers
- Wed Oct 09, 2019 5:07 am
- Forum: General Issues
- Topic: Mesh wire color
- Replies: 2
- Views: 370
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
Unfortunately no. We will look at it in 6.2. Get in touch if you need it urgently.
Cheers
- Wed Oct 02, 2019 6:58 am
- Forum: General Issues
- Topic: Select edges menu option
- Replies: 2
- Views: 400
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 ...
- Wed Oct 02, 2019 6:55 am
- Forum: General Issues
- Topic: How to select vertex in v6?
- Replies: 4
- Views: 534
Re: How to select vertex in v6?
In Yesterdays 5012 update we have also added Selection sample which demoes all that
Cheers
Cheers
- Fri Sep 27, 2019 3:36 am
- Forum: General Issues
- Topic: How to select vertex in v6?
- Replies: 4
- Views: 534
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
- Thu Sep 26, 2019 4:51 am
- Forum: Bug Reports
- Topic: Saving booleans result
- Replies: 3
- Views: 594
Re: Saving booleans result
We have fixed this in todays 5010 update
Thanks for letting us know
Thanks for letting us know
- Wed Sep 25, 2019 6:58 am
- Forum: Bug Reports
- Topic: Saving booleans result
- Replies: 3
- Views: 594
Re: Saving booleans result
Thank You for reporting, Lars
We are looking into it
We are looking into it
- Wed Sep 25, 2019 6:57 am
- Forum: General Issues
- Topic: How to select vertex in v6?
- Replies: 4
- Views: 534
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)...