Changes the definition of the line segment so that the line segment passes through the input point and is tangent to the input curve. The curve must be planar and the input point must lie on the plane of the curve. On input, parameter is assumed to contain an initial guess value to the parameter of the tangent point.
Public Function Set( curve As Curve3d, point As Point3d, parameter As double ) As void
public void Set( Curve3d curve, Point3d point, double parameter );
Parameters |
Description |
Curve3d curve |
Input any 3D curve |
Point3d point |
Input any 3D point |
double parameter |
Input point on curve where line segment is tangent to curve |
Comments? |