This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

discover pline associated

4 posts · 3638 views

I have 2 Polylines , One inside other polyline ( Great = Master , Small = Children )


http://www.softbless.com.br/sample_rodrigo.jpg


How i discover the layer associated a Polyline Great ?
USING LISP! =)


Thanks
Rodrigo

Re: discover pline associated

Here's monospaced ASCII-art for the original image.
___________________________
|                         |
|        ______           |
|        |    |           |
|        |____|           |
|                         |
|                         |
|_________________________|
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".

Re: discover pline associated

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

Re: discover pline associated

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?
cl-2dsyntax is my attempt to create a Python-like reader. My mirror of CLHS (and the dark themed version). Temporary mirrors of aferomentioned: CLHS and a dark version.