Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - medina19678

Pages: [1]
1
Thank you for the quick response.
Yesterday forgot to comment that codes 10 and 11, usually associated with the beginning and end of a line, appear as 10 and 10, is it on purpose ?. In the DXF file, codes 10,20 and 30 and 11, 21 and 31 for x, y and z appear at the start and end of the line. If that's the case, I would only change the way I access those codes through lisp programs.
I can not wait for the next version.
Keep going.

2
General discussion about BabaCAD / Copy, Array and Mirror Commands.
« on: June 05, 2017, 05:53:30 pm »
First of all, I want to congratulate you for the time and effort put into Babacad software development.
Testing some commands, I realized that (at least in my case), the copy command only reaches the part where it asks for the source point to copy and stops; in the case of the array and mirror commands, those come to the end, but do not regenerate the "Z" coordinate.
Trying to program my own "Copy" code, I have access to entities with (entget (cdr (entsel))) and I realized that I do not get that coordinate with code even the properties bar shows that if there are (coordinates " Z ").
I wonder if this is the reason why the commands are not executed correctly.

Pages: [1]