How to select GROUPS
I have a named GROUP (visible using GROUP command).
How do I select a group at a "select entities" prompt ? Group or G is not recognized. When you enter G message "A point is needed. Please try again." appears.
Comments
-
Just use (ssget) instead of (entget). But first make sure PICKSTYLE is set appropriately. If you are interested in lips-code related to groups check out this tread: http://www.bricsys.nl/common/support/forumthread.jsp?id=11063.
0 -
Oops: correct PICKSTYLE link
0 -
Oops 2: (entget) should of course be (entsel)
0 -
i think you misunderstood my question:
ACAD
Command: e
ERASE
Select objects: g
Enter group name:BCAD
: e
Select entities to delete: g
A point is needed. Please try again.i don't think PICKSTYLE has anything to do with this.
0 -
Yes: I did misunderstand your question. But PICKSTYLE is definitely related.
In BC7:
: pickstyle
New current value for PICKSTYLE (0 to 3) <0>: 1
: e
Select entities to delete: (just pick one element of the group without using "G")
Entities in set: 3
Select entities to delete:0 -
thx,
In that case PICSTYLE is indd related but i need to select the group using the G option in a LISP function.
not manually.
btw, the message "A point is needed. Please try again." is a bit wierd
0