Extract Polylines - Layer Name, Area, Length and Handled Key (ID)

Extract Polylines - Layer Name, Area, Length and Handled Key (ID)

tb123CPD
Contributor Contributor
4,247 Views
20 Replies
Message 1 of 21

Extract Polylines - Layer Name, Area, Length and Handled Key (ID)

tb123CPD
Contributor
Contributor

Could anyone Please help me to create LISP programming or share links (if someone already have) as i wanted to Extract Polylines - Layer Name, Area, Length and Handled Key (ID) in a one time for multiple areas from a drawing. Is their any possibilities ?

0 Likes
Accepted solutions (1)
4,248 Views
20 Replies
Replies (20)
Message 21 of 21

devitg
Advisor
Advisor

How about this way ?

 

(setq ent (handent handle))
(command "_zoom" "_Object" ent ""  );line added
(redraw ent 3); line added by devitg
0 Likes