Discussion of Common Lisp
-
rodrigo_sjc_sp
- Posts: 3
- Joined: Mon Oct 01, 2012 6:26 am
Post
by rodrigo_sjc_sp » Mon Oct 01, 2012 6:31 am
I have 2 Polylines , One inside other polyline ( Great = Master , Small = Children )
How i discover the layer associated a Polyline Great ?
USING LISP! =)
Thanks
Rodrigo
-
nuntius
- Posts: 538
- Joined: Sat Aug 09, 2008 10:44 am
- Location: Newton, MA
Post
by nuntius » Mon Oct 01, 2012 7:49 am
Here's monospaced ASCII-art for the original image.
Code: Select all
___________________________
| |
| ______ |
| | | |
| |____| |
| |
| |
|_________________________|
As to the question, could you point to a definition of what you are looking for? I am unfamiliar with the terminology "layer associated a Polyline Great".
-
rodrigo_sjc_sp
- Posts: 3
- Joined: Mon Oct 01, 2012 6:26 am
Post
by rodrigo_sjc_sp » Mon Oct 01, 2012 10:57 am
I have 2 polylines im my dwg , one inside other.
In LISP i find the Small polyline.
How to get the value assigned to the layer PolyLine Great through LISP, using as a basis the small polyline?
Using as a base the image that I published, it's like a group the largest has the smallest Polyline.
So if I have little control polyline, how to know through LISP which the polyline large, and thus take the value of the same Layer?
I publish in top of posts, an example in JPG
Thanks
Rodrigo
-
Goheeca
- Posts: 271
- Joined: Thu May 10, 2012 12:54 pm
-
Contact:
Post
by Goheeca » Mon Oct 01, 2012 11:23 am
So you have in mind AutoLisp & AutoCAD?
=> This belongs to Other dialects.
And you want to get a circumferential/parental/outer polyline of inner polyline, right?