how to select one of coincident edges ??

  • Thread starter Thread starter SS
  • Start date Start date
S

SS

which function allows the user to select a particular edge of a
particular shape when I have coincident edges.

geSingleSelectPoint does not accept objid as one of the arguments.

does anyone know a function that accepts objid and point as arguments
so that I can select one edge if there are coincident edges.


thanks,
Sriram
 
which function allows the user to select a particular edge of a
particular shape when I have coincident edges.

geSingleSelectPoint does not accept objid as one of the arguments.

does anyone know a function that accepts objid and point as arguments
so that I can select one edge if there are coincident edges.


thanks,
Sriram

geSelectFigPoint(d_figId l_vertex)

It's in the documentation, so I won't go into the details.

Andrew.
 
Back
Top