Determines the closest point on the curve using the x,y,z input point.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetClosestPointOn( _
ByVal X As System.Double, _
ByVal Y As System.Double, _
ByVal Z As System.Double _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICurve
Dim X As System.Double
Dim Y As System.Double
Dim Z As System.Double
Dim value As System.Object
value = instance.GetClosestPointOn(X, Y, Z) |
C# | |
---|
System.object GetClosestPointOn(
System.double X,
System.double Y,
System.double Z
) |
C++/CLI | |
---|
System.Object^ GetClosestPointOn(
& System.double X,
& System.double Y,
& System.double Z
) |
Parameters
- X
X value of the input point
- Y
Y value of the input point
- Z
Z value of the input point
Return Value
Array of 5 doubles (see
Remarks)
Remarks
See Also
Availability
SOLIDWORKS 2001 FCS, Revision Number 9.0