Solid Edge FrameworkSupport Type Library
GetClosestPoint Method
Input point.
Input point.
Specifies the point on the curve that is closest to the input point.
Specifies the parameter of the curve corresponding to the closest point.
Description
This method returns the point on the referenced BSplineCurve2d object that is closest to the input point.
Syntax
Visual Basic
Public Sub GetClosestPoint( _
   ByVal x As Double, _
   ByVal y As Double, _
   Optional ByRef Point As Variant, _
   Optional ByRef Parameter As Variant _
) 
Parameters
x
Input point.
y
Input point.
Point
Specifies the point on the curve that is closest to the input point.
Parameter
Specifies the parameter of the curve corresponding to the closest point.
See Also

BSplineCurve2d Object  | BSplineCurve2d Members

Send comments on this topic.