Determines if the specified curve has an infinite range in both directions and there is a period value dT, such that a point on the curve at (u + dT) = point on curve (u), for any parameter u
(vlax-curve-isPeriodic curve-obj)
Arguments
The VLA-object to be tested.
Return Values
T if the curve is periodic; otherwise nil.
Examples
vlax-curve-getArea is periodic:
Determine if the ellipse used to demonstrate_$ (vlax-curve-isPeriodic ellipseObj)
T
vlax-curve-getDistAtParam is periodic:
Determine if the spline used to demonstrate_$ (vlax-curve-isPeriodic splineObj)
nil