std-ent-lastsub-p,std-ent-sub-p


Synopsis

(std-ent-lastsub-p <ele>) ; last element of a complex entity?

(std-ent-sub-p <ele>) ; sub element of a complex entity?

Description

STD-ENT-LASTSUB-P returns T if the entity is the last entity of a complex entity, either of type "SEQEND" or "ENDBLK".

STD-ENT-SUB-P returns T if the entity is a subentity of a complex entity, either of type "VERTEX" "ATTRIB" or "ATTDEF"

Both accept entity types, entget-lists or entsel picklists.

Arguments

ele: Either an entity type, entget-list or entsel picklist.

Return Value

A lisp atom of type ENAME or nil.

Side Effects

None.

Module

(std-require 'STDENT)

Defined in STDENT