members ({<group>})
epointer
An array of all entities within a group. The number of values returned is determined by the current size of the group.
<group>
The group being
queried. This may be a permanent group (a group identifier), or a temporary
group (the result of a group expression). If omitted, the these group
is queried. Compound sub-entities are returned if they have been specifically
included within the group.
The following returns the members of the these group.
epointer ep[] = members()
The following returns the members of a permanent group a.
group a ep = members(a)
The following returns the members of a group expression, all arc entities within group a.
ep = members(a%arc_filter)
Functions: |
root_members (group) |
Identifiers: |
|
Structures: |