Hi, I wrote a code that is using point collection from the selection or the
object points:

obj.ActivePrimitive.Geometry.Points
or
Selection(0).SubComponent.ComponentCollection

Now I want to make it compatible with edge or poly selections, so I'm
trying to get the neighbor vertices from them, but if I gather
the NeighborVertices in a new colletion I get a different type of
collection.

I don't know the technical part of this but a LogMessage (point) in the
first case give me 'Vertex', while in the gathered collection give me :
'Biped_Nulls.Man.pnt[1044]'.

I'd like to have a collection like the first one so I don't have to change
my whole code based on vertices. Is it possible?

Thanks

Martin
------
Softimage Mailing List.
To unsubscribe, send a mail to [email protected] with 
"unsubscribe" in the subject, and reply to confirm.

Reply via email to