use a SubComponent, get the ComponentCollection and then the Component (vertex,edge,polygon) will have an Index property.
http://download.autodesk.com/global/docs/softimage2013/en_us/sdkguide/index.html?url=si_om/SubComponent.html,topicNumber=si_om_SubComponent_html On Wed, Apr 3, 2013 at 10:27 AM, Ponthieux, Joseph G. (LARC-E1A)[LITES] < [email protected]> wrote: > Hello,**** > > ** ** > > If grid.edge[LAST], is actually grid.edge[120], I want to explicitly > capture grid.edge[120] in a collection and not grid.edge[LAST]. Is that > possible?**** > > ** ** > > I’m using jscript and the syntax is:**** > > ** ** > > var captureSelection = > XSIFactory.CreateActiveXObject("XSI.Collection"); **** > > captureSelection.AddItems(Selection); > **** > > ** ** > > ** ** > > Thanks**** > > ** ** > > --**** > > Joey Ponthieux**** > > LaRC Information Technology Enhanced Services (LITES)**** > > Mymic Technical Services**** > > NASA Langley Research Center**** > > __________________________________________________**** > > Opinions stated here-in are strictly those of the author and do not **** > > represent the opinions of NASA or any other party.**** > > ** ** >

