-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example on how to read lines from a file #21
Comments
It should be as simple as something like:
What have you tried, and in what way isn't it working? |
That's how to open the file, However i am taking about getting the coordinates of the lines from the file. |
@aristonous ah when you said 'read lines' I thought you meant to read the lines of data from the file. Please be specific and use suitable formatting. From the look of the code, you want to get a
My copy of the library is old and doesn't have the getEnd() function in the Line class.. I must update some time :) If you have a decent debugger and read the code in the library it's fairly clear what to do. Does that help? |
@neekfenwick yes indeed it works very well. Thanks |
Is it possible to add examples on how to read lines from a dxf file I can not make it work
The text was updated successfully, but these errors were encountered: