cadconcepts
2006-02-24, 02:43 AM
Hi Everyone-
I am looking for some help trying to find the angle of a line or polyline within an block or xref. My routine starts with the following piece of code. I can find the angle of lines and polylines within current drawing but not those that reside within a block or an xref. Any help is greatly appreciated.
(Setq sset (nentsel "Select object: "))
(setq ent (car sset)
entlst (entget ent)
)
Thanks.
Manuel A. Ayala
I am looking for some help trying to find the angle of a line or polyline within an block or xref. My routine starts with the following piece of code. I can find the angle of lines and polylines within current drawing but not those that reside within a block or an xref. Any help is greatly appreciated.
(Setq sset (nentsel "Select object: "))
(setq ent (car sset)
entlst (entget ent)
)
Thanks.
Manuel A. Ayala