M_Rhino_Geometry_Curve_ClosestPoints - mcneel/rhinocommon-api-docs GitHub Wiki
Gets closest points between this and another curves.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool ClosestPoints(
Curve otherCurve,
out Point3d pointOnThisCurve,
out Point3d pointOnOtherCurve
)
VB
Public Function ClosestPoints (
otherCurve As Curve,
<OutAttribute> ByRef pointOnThisCurve As Point3d,
<OutAttribute> ByRef pointOnOtherCurve As Point3d
) As Boolean
- otherCurve
- Type: Rhino.Geometry.Curve
The other curve. - pointOnThisCurve
- Type: Rhino.Geometry.Point3d
The point on this curve. This out parameter is assigned during this call. - pointOnOtherCurve
- Type: Rhino.Geometry.Point3d
The point on other curve. This out parameter is assigned during this call.
Type: Boolean
true on success; false on error.
Supported in: 6.0.16224.21491, 5D58w