Message 1 of 4
Only Explodes One Entity of a Slection Set of Several Entities
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
(setq LabelCount (ssget "X" (list (cons 0 "LWPOLYLINE")(cons 410 (getvar "ctab")))))
(command "explode" LabelCount "")
In 2016, for some reason, I can't explode the all off the polylines on the current tab. I can select them, move them, copy them, but I can't explode them.
Any ideas anyone?