Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a problem when create a selection set with "ssget" in an empty layout (have no visible object).
I think the selection set must be "nil" but it still exist an entity.
Command: (setq ss (ssget "a"))
<Selection set: c9>
Command: (entget (ssname ss 0))
((-1 . <Entity name: 185d50852b0>) (0 . "VIEWPORT") (5 . "2A3") (102 . "{ACAD_XDICTIONARY") ...
Some one please show me the way to not get this entity into selection set. thank you !
Sorry for my bad English
Solved! Go to Solution.