Hello!
I have a sketch in SolidWorks 2011, and I obtain the points of this sketch with "Get x,y,z Locations of Points in Sketch Example (VBA)" of the API help of SolidWorks.
Next, I have a list of points, with their ID, but this list hasn´t a logic order. I have points, but I don´t know how conect this points in vb.net 2005.
I would need to get more information about the points (if this point is a part of a circle, which is the next point, etc.)
Someone knows something about that?
*Add:
With "Get x,y,z Locations of Points in Sketch Example (VBA)" I obtain the next points:
ID = [0,3]
Point (sketch) = 0, 0, 0) mm
ID = [1,1]
Point (sketch) = (-500, 0, 0) mm
ID = [2,2]
Point (sketch) = (500, 0, 0) mm
ID = [3,6]
Point (sketch) = (0, 3650, 0) mm
ID = [4,4]
Point (sketch) = (500, 3650, 0) mm
ID = [5,5]
Point (sketch) = (-500, 3650, 0) mm
ID = [6,7]
Point (sketch) = (-500, 3600, 0) mm
ID = [7,8]
Point (sketch) = (-500, 1825, 0) mm
ID = [8,11]
Point (sketch) = (500, 50, 0) mm
ID = [9,10]
Point (sketch) = (-500, 50, 0) mm
ID = [10,12]
Point (sketch) = (500, 1825, 0) mm
ID = [12,14]
Point (sketch) = (500, 3600, 0) mm
SolidworksApi macros