sharfym
@sharfym
New Member
Joined: Feb 15, 2024
Topics: 4 / Replies: 9
Topic
Topic
5 years ago
Forum
Replies: 0
Views: 22
Reply
RE: Splitting spline at point of intersection

thank you for reply but my lines are not all three or four sided close shapes, they also include bezier curves. thanks

5 years ago
Forum
Reply
RE: Splitting spline at point of intersection

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…

5 years ago
Forum
Reply
RE: Splitting spline at point of intersection

thank you @aaandres it helped me solve the issue.

5 years ago
Forum
Reply
RE: Splitting spline at point of intersection

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…

5 years ago
Forum
Reply
5 years ago
Forum
Topic
Forum
Replies: 10
Views: 48
Reply
RE: [SDK] creating spline shape

working code ISplineShape pSplineShape = Global.COREInterface.CreateInstance(SClass_ID.Shape, Global.SplineShapeClassID) as ISplineShape;…

7 years ago
Forum
Reply
RE: [SDK] creating spline shape

thank you, i’ll look at it

7 years ago
Forum
Reply
RE: [SDK] creating spline shape

i m trying to do same in C# ISplineShape pSplineShape = Global.SplineShape.Create(); IBezierShape bs = Global.BezierShape.Cre…

7 years ago
Forum