std-subents


Synopsis

(std-subents <ele>)

Description

STD-SUBENTS returns a list of all subentities of a complex entity or nil if the given entity is no complex entity or if there's no subentity besides the end markers SEQEND or ENDBLK.

It accepts entity types, entget-lists or entsel picklists.

Any STD-GETPTS vertexmask set by any non-zero STD-SET-GETPTS-VERTEXMASK is ignored, ie. all vertices regardless their flags are returned.

Example

Arguments

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

Return Value

A list of lisp atoms of type ENAME or nil.

Side Effects

None.

Module

(std-require 'STDENT)

Defined in STDENT