M_Rhino_Geometry_Surface_Pullback - mcneel/rhinocommon-api-docs GitHub Wiki

Surface.Pullback Method (Curve, Double)

Pulls a 3d curve back to the surface's parameter space.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Curve Pullback(
	Curve curve3d,
	double tolerance
)

VB

Public Function Pullback ( 
	curve3d As Curve,
	tolerance As Double
) As Curve

Parameters

 

curve3d
Type: Rhino.Geometry.Curve
The curve to pull.
tolerance
Type: System.Double
the maximum acceptable 3d distance between from surface(curve_2d(t)) to the locus of points on the surface that are closest to curve_3d.

Return Value

Type: Curve
2d curve.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Surface Class
Pullback Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️