entnext
(entnext [ ename ] )
This function returns the next or the first
entity or object of the drawing.
Arguments |
ename (optional) specifies the entity, to get the
next |
Return |
ename of the first or next entity (if ename is specified), or NIL if no further entity or object is in the drawing |
Example |
(setq en
(entlast)) (setq en (entnext
en)) |
Remarks |
(entnext) also returns
sub-entities (vertices, attributes, entities inside a block
definition); |
© Bricsys NV. All rights reserved. |