Message 1 of 10
Draw few thousands of lines quickly

Not applicable
03-03-2020
01:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have been trying to draw few thousands of linea at once. But, using CreateModelLine is too slow. It takes more than a minute to load up all the lines.
I tried using PointCloud too by putting bunch of points in between to make it appear like a line. But, it exceeds the maximum number of Points you can draw using a PointCloud.
Is there any way where I can draw a legit line time efficiently?
I want to draw few thousands of lines within few seconds.