KenSmith General User

Joined: 04 Nov 2005 Posts: 23 Location: Sanfransisco bay area
|
Posted: Sat Nov 12, 2005 8:55 am Post subject: Basic: Remembering where the end of a page is |
|
|
When using the add() method to add a lot of lines to a page in a drawing, I've noticed that the time it takes to add a line slows down greatly as the number of lines already in the document increases. I assume this is because the add() method has to walk through all the data in the document to get to the end.
Is there any way I can speed this up by getting and storing some information from one add operation to the next? _________________ I'm new here |
|