Search found 203 matches

by Prashant Kande
Thu Aug 29, 2019 6:27 am
Forum: Bug Reports
Topic: Can not debug metrics sample
Replies: 1
Views: 7499

Re: Can not debug metrics sample

Hello Please try executing "Update Component Registration" in the start menu. If this does not help, check bitness of the configuration you are trying to debug in Build > Configuration Manager. If still no luck, can you debug any installed samples in the Samples\VC folder? which version and update y...
by Prashant Kande
Wed Aug 28, 2019 5:48 am
Forum: General Issues
Topic: IFrame_DG
Replies: 2
Views: 6479

Re: IFrame_DG

Hello Salman

The coordinates are local, relative to the current position/orientation of the frame. Use ToLocal() to convert from world (global) coordinates. ToGlobal() does the opposite

Good luck
by Prashant Kande
Fri Aug 23, 2019 12:43 am
Forum: Bug Reports
Topic: Ecxeption adding control
Replies: 2
Views: 7659

Re: Ecxeption adding control

Hello Mosir There are two things: 1. Control has to be inserted before changing target platform. This is because Visual Studio itself a 32 bit app 2. Change the target platform to x64 in configuration manager instead of going to the Build properties. Build properties will be set automatically It sho...
by Prashant Kande
Thu Aug 22, 2019 5:03 am
Forum: General Issues
Topic: Fitting a b-spline curve
Replies: 2
Views: 5802

Re: Fitting a b-spline curve

Hi Joel Sorry for the later answer. You just need to use the InitFromPoints*() methods instead. This is the difference. Interpolate means passing through the points. InitFromPoints*() approximates presumably some redundant set with smaller number of poles using something like minimal squares algorit...
by Prashant Kande
Fri Aug 09, 2019 3:09 am
Forum: General Issues
Topic: Mesh quality for disk
Replies: 1
Views: 4552

Re: Mesh quality for disk

Hi NaN We have improved this in todays update. There was a minor bug. It should be OK now Deviation for triangulation is set automatically. It depends on screen resolution, window size, view volume (current zoom) and model size. The algorithm should work fine in most situations. Please let us know i...
by Prashant Kande
Thu Aug 08, 2019 3:45 am
Forum: Bug Reports
Topic: Wires in wrong location
Replies: 1
Views: 6175

Re: Wires in wrong location

Thank you for reporting, Ari
It was fixed in today's 4981 update
Regards
by Prashant Kande
Thu Jul 25, 2019 9:04 am
Forum: Bug Reports
Topic: Swapped params in object array > disk
Replies: 1
Views: 6102

Re: Swapped params in object array > disk

Thank you, Alfio_Tr
Fixed
by Prashant Kande
Thu Jul 25, 2019 9:00 am
Forum: General Issues
Topic: path in GetEntity()
Replies: 1
Views: 4311

Re: path in GetEntity()

Hi sarge
It is entity name(s) possibly separated by back slashes like file path for deeper levels.
We have added description to the topic:
http://www.dynoinsight.com/Help/V6_0/In ... #GetEntity
Thanks
by Prashant Kande
Thu Jul 25, 2019 8:56 am
Forum: Bug Reports
Topic: Normals menu option
Replies: 1
Views: 6036

Re: Normals menu option

Thank you, Anna
Done in today's update
by Prashant Kande
Tue Jul 09, 2019 6:22 am
Forum: Bug Reports
Topic: Break operation in Strip Topology sample
Replies: 1
Views: 5929

Re: Break operation in Strip Topology sample

Thank you, NaN
A fix should be out in a week or so
Cheers