(vlax-curve-isPlanar ename)
The vlax-curve-isPlanar function determines whether an entity is planar.
ename specifies an entity to be evaluated.
The function returns T if the entity is planar, otherwise nil.
Examples
: (setq en (entlast))
<EName: 055d4b60>
: (vlax-curve-isPlanar en)
T