Search the Community
Showing results for tags 'regions'.
-
INTERSECT command for more than two regions?
eyeofnewt555 posted a topic in AutoLISP, Visual LISP & DCL
Hey guys! If I had 3 regions like the picture, I'd like to be able to get the 2 intersecting regions (without doing them separately). Right now, I'm just getting errors Side request--a LISP that uses INTERSECT without deleting the original regions (similar to this lisp for the SUBTRACT comm... -
Looking for a solution to search thousands of dwg's to see if they have a region in them. And if so display this list or save the list for later use.
-
:?Good Day Struggling a little with some code to create a region of various items: Code gives exception on the Red Highlited line: [size=2] [/size][size=2][color=#0000ff][size=2][color=#0000ff]Using[/color][/size][/color][/size][size=2] acTrans [/size][size=2][color=#0000ff][size=2][co...
- 7 replies
-
- region items
- entity collections region
-
(and 2 more)
Tagged with:
-
I'm working on a road project that is 3 lane road. a northbound, southbound and center turn lane. At an intersection it changes into having a left turn lane only with a median. So my problem is that when I have multiple regions in my corridor with and offset assembly targeting a offset alignment the...
-
The subtract region operation is something i have already done, but what i'm having trouble with is determining when a region is inside another one. Here I attach a sample file: cadtutor forum.dwg The main task is checking regions one by one, then determining whether it as or not another region...