On 11/10/2014 at 09:26, xxxxxxxx wrote:
hm, guess i just don't understand that example (i came across them already by searching the sdk). from looking at that code i don't see where i get the points. maybe, because i dont know how the used variables are defined. also, i don't really understand how to get there based on an edgeselection. I'd like to have a Link field where the user puts an edge selection. But i don't understand how to get to the points based on only that information.
SelectionTag* linkedSelection = static_cast<SelectionTag*>(mainContainer->GetLink(SELECTION,doc));
BaseObject* obj = linkedSelection->GetObject();
edit: your link shows up slightly different information than the r14 chm, so i'll look at that if i understand it...