vlax-curve-isclosed


(vlax-curve-isclosed curveEnt)

This function returns whether the curveEnt curve entity is closed or not.

Arguments

curveEnt  (ename or vla-object) the COM object of any "curve" entity

Return

T if the curve is closed, NIL otherwise

Example

(vlax-curve-isclosed vlaCircle)  T
(vlax-curve-isclosed vlaLine)  NIL

Remarks




©  Bricsys NV. All rights reserved.