View Single Post
  #6  
Old 08-17-2015, 01:03 AM
jkramer's Avatar
jkramer jkramer is offline
Registered User
 
Join Date: Oct 2002
Location: the Netherlands
Posts: 382
Re: Broken LISP in v18.1

Yes this can be done, but it takes some work. One possible solution is to put the Sys ID's of the selected parts in a hash table, and when you push the ok-button, the lisp routine should walk along your complete assy, and gather all parts with the chosen Sys ID's. Using a hash table with the Sys Id's as key values speeds up things nicely :-)

Regards,
Jaap
Reply With Quote