| 
            
              RhinoBrepClosestPoint Method (Point3)
             | 
          
        
         
            Finds a point on the brep that is closest to testPoint.
            
 
    Namespace: 
   Karamba.GHopper.Geometry
    Assembly:
   Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic Point3 ClosestPoint(
	Point3 testPoint
)
Public Function ClosestPoint ( 
	testPoint As Point3
) As Point3
public:
virtual Point3 ClosestPoint(
	Point3 testPoint
) sealed
abstract ClosestPoint : 
        testPoint : Point3 -> Point3 
override 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.
Implements
IBrepClosestPoint(Point3)
See Also