Search found 4 matches

by Peter_j19
Wed Oct 28, 2020 6:34 am
Forum: General Issues
Topic: Change disk to hemisphere
Replies: 2
Views: 4406

Re: Change disk to hemisphere

If you know the face is a disk you can get the parameters from any its edge: Take any three points on the edge and build a circle on it. Little more detail: The points can be obtained as IBRepEdge_DG.GetPointRatio(0.0);IBRepEdge_DG.GetPointRatio(0.5); IBRepEdge_DG.GetPointRatio(1.0) Construct a circ...
by Peter_j19
Wed May 20, 2020 4:21 am
Forum: General Issues
Topic: Converting bspline surface object into an entity
Replies: 3
Views: 5799

Re: Converting bspline surface object into an entity

Thank you, motif!
This works
by Peter_j19
Fri May 15, 2020 3:43 am
Forum: General Issues
Topic: Converting bspline surface object into an entity
Replies: 3
Views: 5799

Converting bspline surface object into an entity

Hi all, The problem, I'm currently on is to display a BSplineSurface as an entity. As the model only takes entity objects, and the constructor (generator) does not take any parameters, it would mean that there must be a way to prepare the surface, which I have as IBSplineSurface_DG, as an entity. An...
by Peter_j19
Wed Jun 26, 2019 10:08 am
Forum: Bug Reports
Topic: IDIObjGenerator.Create4()
Replies: 1
Views: 5404

IDIObjGenerator.Create4()

Hi I am messing with a C# app written by other people, which uses IDIObjGenerator.Create4() method. I see it in the object browser but not in the online topic http://dynoinsight.com/Help/V6_0/Deprecated/Interface/General/IDIObjGenerator.aspx. I am wandering what the second parameter is supposed to b...