;; | ---------------------------------------------------------------------------- ;; | GR_GetGroupEntities ;; | ---------------------------------------------------------------------------- ;; | Function : Find out all the entities(objects) which belong to this group ;; | Author : Rakesh Rao ;; | Argument : 'ename' - Name of the member entity of dictionary ACAD_GROUP ;; | Action : Returns a list of all constituent members of group ;; | Updated : March 26, 1998 ;; | e-mail : rakesh.rao@4d-technologies.com ;; | Web : www.4d-technologies.com ;; | ---------------------------------------------------------------------------- (defun GR_GetGroupEntities( ename ) (LI_mitem 340 (entget ename)) )