Search the Community
Showing results for tags 'bpoly'.
-
Lisp Routine to make boundaries of selected objects
xxfaxx posted a topic in AutoLISP, Visual LISP & DCL
Hello I am new in this website. By new i mean it is the first time i make an account. I have been visiting this website for around 3 or 4 (maybe 5) years. I dont remember. After using autocad for over 8 years (starting in with autocad 2009) i sometimes start to think that i can not learn any more. But everytime i see a new lisp routine, and my lack of knowledge to code them, i feel that i have so much to learn. Anyways, enough chit chat. I am looking for two things and i hope some good person can help me pointing me in the right direction. First i would love to learn how to code those lisp routines because at my work (real state and urbanism) there are a thousand ways that i can make it faster with lisp routines. Second, i was looking exactly for a lisp routine that makes boundaries out of the selected objects. Imagine a urban block (a closed polyline) , and now imagine the divisions between its lots (they can be polylines, lines or arcs) . I need to make one boundary in each lot. I can do it with the "boundary" command, but the thing is that sometimes we have around 10k lots (500 urban blocks), so that is a lot of clicking. I use autocad architecture 2016 and windows 10 if that helps somehow I hope i made myself clear. Sorry if not. English is my second language Atte. Francisco- 3 replies
-
- lisp routines
- bpoly
-
(and 3 more)
Tagged with:
-
Hello everyone. These days I am in need of a Lisp to boost my productivity. What I am exactly looking for is a program capable of: 1. Create a polygon from lines - boundaries (like the BPOLY command) then 2. Create a Label to identify the polygon (like a numeric order of 1, 2 ,3..) and finally 3. Return the polygon area in a table or Excel file. I found something at LeeMac's website but the lisp I've found there doesn't do step 2 (doesn't create the polygon by boundaries). If someone could help me I would appreciate it. Thanks in advance.