vlax-curve-isperiodic


(vlax-curve-isperiodic curveEnt)

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

Arguments

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

Return

T if the curve is periodic, NIL otherwise

Example

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

Remarks




©  Bricsys NV. All rights reserved.