M_Rhino_Geometry_Surface_ShortPath - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs a geodesic between 2 points, used by ShortPath command in Rhino.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Curve ShortPath(
Point2d start,
Point2d end,
double tolerance
)
VB
Public Function ShortPath (
start As Point2d,
end As Point2d,
tolerance As Double
) As Curve
- start
- Type: Rhino.Geometry.Point2d
start point of curve in parameter space. Points must be distinct in the domain of thie surface. - end
- Type: Rhino.Geometry.Point2d
end point of curve in parameter space. Points must be distinct in the domain of thie surface. - tolerance
- Type: System.Double
tolerance used in fitting discrete solution.
Type: Curve
a geodesic curve on the surface on success. null on failure.
Supported in: 6.0.16224.21491, 5D58w