vlax-curve-isPlanar

(vlax-curve-isPlanar ename)

The vlax-curve-isPlanar function determines whether an entity is planar.

Arguments

ename specifies an entity to be evaluated.

Return Value

The function returns T if the entity is planar, otherwise nil.

Examples

: (setq en (entlast))

<EName:  055d4b60>

: (vlax-curve-isPlanar en)

T