| 
            
              IBrepClosestPoint Method (Point3)
             | 
          
        
         
            Finds a point on the brep that is closest to testPoint.
            
 
    Namespace: 
   Karamba.Geometry
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
SyntaxPoint3 ClosestPoint(
	Point3 testPoint
)
Function ClosestPoint ( 
	testPoint As Point3
) As Point3
Point3 ClosestPoint(
	Point3 testPoint
)
abstract ClosestPoint : 
        testPoint : Point3 -> Point3 
Parameters
- testPoint
 - Type: Karamba.GeometryPoint3
Base point to project to brep. 
Return Value
Type: 
Point3The point on the Brep closest to testPoint or Point3d.Unset if the operation failed.
See Also