Get and select certain points

On 26/05/2014 at 02:10, xxxxxxxx wrote:

Say I have a object with 100 points and only want to select point 1,5,67,82

How would I do that with python???? :blush:

On 26/05/2014 at 04:10, xxxxxxxx wrote:

Hi,

  
  #pointindices you want to select  
  PointList=[1,3,7]  
  #base_select_object  
  select_points=op.GetPointS()  
    
  for i in PointList:  
      select_points.Select(i)  
        
        
  c4d.EventAdd()  

Cheers,
Martin

On 26/05/2014 at 05:01, xxxxxxxx wrote:

@monkeytack

Thanks for the quick reply. You _<_img src="http://www.c4dcafe.com/ipb/public/style_emoticons/default/thisrocks.gif" border="0" alt=":thisrocks:" title=":thisrocks:" /_>_

Thank you&n;_<_img src="http://www.c4dcafe.com/ipb/public/style_emoticons/default/signthankspin.gif" border="0" alt=":signthankspin:" title=":signthankspin:" /_>_" />