Message 1 of 19
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
When using the entsel / nentselp function, I need to check if the picked object is "LWPOLYLINE" or "2DPOLYLINE". To check the LWPolyLine, I use the following expression:
(= (cdr (assoc 0 (entget (car (entsel "\nPick: "))))) "LWPOLYLINE")
how to make a check for 2DPolyLine besides this (not 3DPolyline)?
Solved! Go to Solution.