spline control points using vb.net

spline control points using vb.net

Anonymous
Not applicable
943 Views
2 Replies
Message 1 of 3

spline control points using vb.net

Anonymous
Not applicable
Hello eveyone, I am new to AutoCAD vb.net. Can anyone tell me how to get the control points of a spline using vb.net ? Thanks in advance
0 Likes
944 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable

Have you download and looked at the managed API documentation for the Spline class?

0 Likes
Message 3 of 3

Anonymous
Not applicable
Hello tonyt Thanks for the reply. I used GetControlPointAt(index) function in spline class and could able to get the point3d values. Bala.
0 Likes