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 - calubax

Pages: [1]
1
General discussion about BabaCAD / Re: Lisp for Area and Perimeter
« on: November 30, 2017, 12:11:44 pm »
Thats maybe why they are hardly found

2
General discussion about BabaCAD / Re: Lisp for Area and Perimeter
« on: November 30, 2017, 12:08:16 pm »
Hello Babadmin,
this LTplus is very cheap about 290€, it is okay but in a way in my opinion to restricted... - no open Forum to discuss things they dont want the users talk about any thing, at the end your left alone. Very sad!!!!
They have a pure Version and addons for progecad and autocad LT.

3
General discussion about BabaCAD / Lisp for Area and Perimeter
« on: November 30, 2017, 10:15:15 am »
Hello Babacad Team,
here another Lisp program for area and circumference (perimeter). It works on another DXF Program (LTplus).
It would be much better if for example the room name could stand at the to of the calculations. Maybe for your next Program update.
Best greetings
calubax

4
Thanks Babadmin,
works perfekt - a very useful tool. On your solution I hope that I can to improve my lisp knowledge and will keep on to find more Lisp programs that could work on babacad.
Best greetings
calubax

5
Yes,  (command "line" point1 point2 "") would be the right way for this lisp. The result of the half lisp for the start point of the line, and then a free chosen point for the second point and then the "" to end the lisp.
I unfortunatly dont know how to fix it. Not realy much that I know about lisp programming.

6
General discussion about BabaCAD / m2p funtion as transparent funktion?
« on: November 25, 2017, 01:24:28 pm »
maybe the m2p should work as a tranparent funktion after calling comands like line, polyline, circle, rectangle, insertion Block and so on. Thats how it works in Autocad - what would you think about that program scheme?

7
here,drawing m2ptest2.dxf

8
hello babadmin,
the lisp changes had that result(m2ptest1.dxf). When deleting the line there is no startpoint
left -  thats ok, but that the line automatly ends at the 0,0 point is of cause not wanted.

My version of the lisp worked fine - but the thing with that point left after erasing the line (startpoint perhaps caused from the half comand? i don´t know - it is not so good in large drawings - what is this point - at the moment there is no Point definded in the Program - what could it then be?)
(attachemts m2ptest1.dxf, m2p.lsp )

9
Hello babadmin,
here with the attachment version (m2P.lsp) everything works fine.
Maybe that funktion better could be included globaly to the fetch functions that are already bulid in.
 What I have found is that if I erase the line that was created with the m2p funktion the startpoint of the line stays there (looks like a Point). This rest (that Point, startpoint) of the erased line must then separatly erased.


10
Yes, this works fine! - but in Autocad this function makes it possible to make much more than  just inserting a block.

So, if for example a line, point or something future input should work with the half lisp function of cause every input (line, rectangle, circle, point, xline an so on) has to get its on Half.lsp or m2p..... much work...

11
Hello babadmin,
I did the changes - if I want to insert a block via the half lisp ( selecting two different points for example a point of a rectangle and then another point of another rectangle the block still
inserts on the first selected point - the second point is not being asked for) - the half lisp will not jump into insertion process to takeover the calculation result.

The half lisp program should deliver the coordinats for a start point (object insertion point, line start for example.
Or did I misunderstand the Lisp function.
In Autocad something similar (m2P) makes this work.

Maybe in this could be in the following updates - if it is possible

12
Hello babadmin,
could you please write the changes that have to be written in the lisp file and attach it here? I wrote a c: after defun but unfortunatly not worked.

13
General discussion about BabaCAD / Simple staircase Lisp
« on: November 21, 2017, 02:05:19 pm »
Here the simple staircase lisp working fine with Babacad.
To all in the comunity - if you find a Lisp working in Babacad please attach to us
Best wishes to all

14
Hello Babacad team,
I would like to led the program calculate the point (The mid of two points) to insert an object, a block, line or something else in.
Therefor the lisp program (half.lsp) should start in between. For example - I have drawn two rectangles - now I want to insert an objekt right in the middle of two selected points from the two rectangles.

What I found is that the command structure not enables a user input like to led the Lisp program(attached) calculate the point.
Maybe it could be possible (maybe hopefully in this early babacad progamming state with just a few program line changes)

Another Point to all other Babacad users would be that they could if they tell about lisp programs they already succsessful tested with BabaCAD. That could be very helpful for the comunity.
Best wishes to all


15
Dear babacad team, realy a very good cad program and I am confidenly looking forward to the following next updates. By testing some lisp programs I gladly could find the simpel stair section lisp (in the attachments) is running fine. Another lisp program(half)(in the attachments) to draw or insert something (Line, rectangel, point, ...) finding a point between two other points  I tried didnt.
Further I am trying to create icons and a toolbar for the new comands ( Do I have to use the API to make them visibel? Sadly I am not familiar with C++ and VC)  Area and Perimeter lisps didnt work but the Babacad is at the beginning and everything needs its time to develop.
Babcad is a great work - thanks to the babacad team. (This is my first post and I hope I did eveything right)

Best wishes
calubax

Pages: [1]