ISurfaceClosestPoint Method
Input the parameters of the point on the surface that is closest to testPoint.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
bool ClosestPoint(
Point3 testPoint,
out double u,
out double v
)
Function ClosestPoint (
testPoint As Point3,
<OutAttribute> ByRef u As Double,
<OutAttribute> ByRef v As Double
) As Boolean
bool ClosestPoint(
Point3 testPoint,
[OutAttribute] double% u,
[OutAttribute] double% v
)
abstract ClosestPoint :
testPoint : Point3 *
u : float byref *
v : float byref -> bool
- testPoint Point3
- A point to test against.
- u Double
- U parameter of the surface that is closest to testPoint.
- v Double
- V parameter of the surface that is closest to testPoint.
Booleantrue on success, false on failure.