Question
Getting item ids of edge vertices
Is there a way to get the item ids of the vertices of an edge?. I have a ProEdge object, and I want to get the ids of it's 2 vertices so I can init them as ProModelItem(s).
I know I can do this if I route it through a ProSelect call (ask the user to select a vertex) and then get the model item with a subsequent ProSelectionModelitemGet call, but I want to do this without any user interaction.
Thanks.
-Pradeep
I know I can do this if I route it through a ProSelect call (ask the user to select a vertex) and then get the model item with a subsequent ProSelectionModelitemGet call, but I want to do this without any user interaction.
Thanks.
-Pradeep

