Search found 3 matches

by Vaslav_19
Sun Feb 09, 2020 2:08 am
Forum: General Issues
Topic: Cant display 2d spline
Replies: 1
Views: 5585

Cant display 2d spline

Hello gents I am having problem displaying a 2d spline. A simplified snipped is this: I2DPointArray_DG iArrPnt = myGenerator.Create("2DPointArray_DG") as I2DPointArray_DG; iArrPnt.SetCount(3); iArrPnt.SetPoint(0, 0, 0); iArrPnt.SetPoint(1, 1., 2.); iArrPnt.SetPoint(2, 2., 1.5); IBSplineCurve2d_DG iC...
by Vaslav_19
Thu Apr 18, 2019 2:21 am
Forum: General Issues
Topic: Shortest path
Replies: 5
Views: 9163

Re: Shortest path

Thanks Nick. I have another one: What is the meaning of all points in ESP sample if we need to build shortest path between only two points? At the start we have initial path with 3 points. I can input 3-4-5... and more points, but only first and last point (as I see) have most impact to final shorte...
by Vaslav_19
Thu Apr 11, 2019 5:40 am
Forum: General Issues
Topic: Shortest path
Replies: 5
Views: 9163

Shortest path

Hello
Is IEuclideanShortestPath_KC the only way to get a shortest path? Is it supposed to work with parametric objects? I see the objects in the ESP sample both have mesh type.
Thank you