Gets the point on the 3D PolyLine that corresponds to the specified U parameter. Also gets the first and second derivatives at the point and the distance of the point from the start point.
.NET Syntax
Parameters
- Parameter
- U parameter on the 3D PolyLine
- PointOnCurveX[out]
x coordinate of the point on the 3D PolyLine corresponding to the U parameter
- PointOnCurveY[out]
y coordinate of the point on the 3D PolyLine corresponding to the U parameter
- PointOnCurveZ[out]
z coordinate of the point on the 3D PolyLine corresponding to the U parameter
- Distance[out]
Distance of the point from the start point
- FirstDerivativeDblArray[out]
Array of doubles indicating the first derivative at the point
- SecondDerivativeDblArray[out] or Return Value
Array of doubles indicating the second derivative at the point
See Also
Availability
DraftSight V1R1.3