Description:
Find parameters of the point on a surface that is locally closest to the testPoint. The search for a local close point starts at seed parameters.
Parameters:
- testPoint
- Type: Point3d
- A point to test against.
- seedU
- Type: double
- The seed parameter in the U direction.
- seedV
- Type: double
- The seed parameter in the V direction.
- u
- Type: double
- U parameter of the surface that is closest to testPoint.
- v
- Type: double
- V parameter of the surface that is closest to testPoint.
Returns:
Type: bool
True if the search is successful, False if the search fails.
Available since:
6.3