Pradnya,
Are you trying to compile an array of uniqe vertices? In other words if
you had a rectangle with edges A, B, C, D and vertices 1, 2, 3, 4. When
you visit edges and vertices you would get an array like this:
(1, 2), (2, 3), (3, 4), (4, 1)
And you want:
1, 2, 3, 4
Is this correct?
If so then you just have to do it programmatically. Pro/TOOLKIT does
not contain a function that will give you a unique set of vertices.
Patrick Williams
Sr. Application Engineer
Steelcase Inc.