how to select one of coincident edges ??

S

SS

Guest
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
 
Will top/bottom/right/leftEdge() commands help?

Partha
 
On 14 Jan 2006 07:26:32 -0800, "SS" <ssriramiyer@gmail.com> wrote:

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.
 

Welcome to EDABoard.com

Sponsor

Back
Top