Search found 203 matches

by Prashant Kande
Mon Jul 08, 2019 3:01 am
Forum: General Issues
Topic: Irregular Boolean operation
Replies: 1
Views: 4119

Re: Irregular Boolean operation

Hi Ivy You must have tried this on brep objects. Unfortunately this is the way it works. There has to be defined an intersection curve(s). I should work if you convert either or both objects to mesh (See http://www.dynoinsight.com/phpBB3/viewtopic.php?f=2&t=3129 ). In mesh we do handle this case. In...
by Prashant Kande
Thu Jul 04, 2019 7:03 am
Forum: General Issues
Topic: Curves
Replies: 1
Views: 3961

Re: Curves

Hi Felix A good way to start is to look at the interface list: http://dynoinsight.com/Help/V6_0/Interface/InterfaceList.aspx and search for it in the samples The IBSplineCurve_DG most often is all you need. It is a general bspline curve. You can control all its attributes. Look at its documentation:...
by Prashant Kande
Thu Jul 04, 2019 6:44 am
Forum: Bug Reports
Topic: Line width zoomable
Replies: 1
Views: 5109

Re: Line width zoomable

Hi Felix
Thank you for letting us know
We are working on it...
by Prashant Kande
Tue Jul 02, 2019 4:59 am
Forum: General Issues
Topic: IBSplineCurveInterpolator_DG.InitEx()
Replies: 1
Views: 3952

Re: IBSplineCurveInterpolator_DG.InitEx()

Hello
Thank you for pointing this out. We have added explanations to the topic:
http://www.dynoinsight.com/Help/V6_0/In ... or_DG.aspx

We are planning another round of documentation improvements in 2-3 weeks

Regards
by Prashant Kande
Fri Jun 28, 2019 2:48 am
Forum: General Issues
Topic: Screen-aligned object
Replies: 1
Views: 4417

Re: Screen-aligned object

Hi Jesenšek I has to be done per rendering frame it might not be noticeable, but generally it slows down rendering. You need to request ClientDraw event: http://www.dynoinsight.com/Help/V6_0/Component/Properties/Properties.aspx#RequestClientDraw and add a handler to get notified about frames. You wi...
by Prashant Kande
Thu Jun 27, 2019 9:12 am
Forum: Bug Reports
Topic: IDIObjGenerator.Create4()
Replies: 1
Views: 5390

Re: IDIObjGenerator.Create4()

We have updated the page.
Thanks for reporting, Peter
by Prashant Kande
Thu Jun 27, 2019 7:22 am
Forum: Bug Reports
Topic: IBRepBuilder_DG.CreateWire2()
Replies: 1
Views: 4802

Re: IBRepBuilder_DG.CreateWire2()

Thanks for letting us know, Frank
We have fixed it already. It should be out in the next update
Cheers
by Prashant Kande
Wed Jun 19, 2019 4:51 am
Forum: General Issues
Topic: Edge,face,vertex orientation
Replies: 3
Views: 6598

Re: Edge,face,vertex orientation

Yes, George
Please use IBRepWire_DG.GetEdge() and IBRepShape_DG.IsEqual() to search for the index. We will add a shortcut for this in 6.2.
Cheers
by Prashant Kande
Mon Jun 17, 2019 8:40 am
Forum: General Issues
Topic: Edge,face,vertex orientation
Replies: 3
Views: 6598

Re: Edge,face,vertex orientation

Hi George Orientation in Open Cascade is related to how an edge or vertex is oriented relative to its parent shape. This assumes that the object is a value object and has a unique parent. Orientation is trivial for vertices. The first end of an edge is vertex with positive orientation. The other end...
by Prashant Kande
Thu Jun 13, 2019 4:07 am
Forum: Bug Reports
Topic: Global axes icon
Replies: 1
Views: 6468

Re: Global axes icon

Hello Nikolai
We have fixed this in 4966 update: http://dynoinsight.com/ProDown.htm
Thank you for reporting