Thank you, this is helpful to me
thank you for reply but my lines are not all three or four sided close shapes, they also include bezier curves. thanks
HI I have some lines with overlapping vertices, i want to find set of all lines than can create close shape and create a close shape. any ideas ? SS…
thank you @aaandres it helped me solve the issue.
I am trying to do it myself. I have some question regarding interpCurve3D. when i am trying to find a location on spline using percent and add a verte…
qqqqq.jpg550x596 17.6 KB
working code ISplineShape pSplineShape = Global.COREInterface.CreateInstance(SClass_ID.Shape, Global.SplineShapeClassID) as ISplineShape;…
thank you, i’ll look at it
i m trying to do same in C# ISplineShape pSplineShape = Global.SplineShape.Create(); IBezierShape bs = Global.BezierShape.Cre…