Brep.ClosestPointTo Method

Computes the signed distance between a 3D point and this Brep object.
Public Function ClosestPointTo( _ 
ByVal P As Point3D, _ 
ByRef closest As Point3D
) As Double
This language is not supported or no code example is available.
public double ClosestPointTo( 
Point3D P
out Point3D closest 
)
This language is not supported or no code example is available.

Parameters

P
Point3D

The 3D point

closest
Point3D

The closest 3D point to P

Return Value

double

The signed distance with this Brep object.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition