Returns the point (in WCS) along a curve at the distance specified by the user
(vlax-curve-getPointAtDist curve-objdist)
Arguments
The VLA-object to be measured.
The distance along the curve from the beginning of the curve to the location of the specified point.
Return Values
nil.
A 3D point list representing a point on the curve, if successful; otherwiseExamples
splineObj points to the spline shown in the example for vlax-curve-getDistAtParam, determine the point at a distance of 1.0 from the beginning of the spline:
Assuming that_$ (vlax-curve-getPointAtDist splineObj 1.0)
(2.24236 2.99005 0.0)