Message 1 of 2

Not applicable
06-06-2017
12:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Im looking for a way to loop through all sample lines. Im using this code for the surfaces but changing the 'Surfaces to 'SampleLines, 'Alignments, etc doesn't seem to work. Someone has any idea how I can loop through all sample lines?
;create file and init the loop (setq surfcoll (vlax-get c3ddoc 'Surfaces) surfctr (vlax-get surfcoll 'Count) ctr 0 ) (while (< ctr surfctr) ;etc
Thanks!
Niels
Solved! Go to Solution.