M_Rhino_Geometry_Surface_Pullback_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Pulls a 3d curve back to the surface's parameter space.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Curve Pullback(
Curve curve3d,
double tolerance,
Interval curve3dSubdomain
)
VB
Public Function Pullback (
curve3d As Curve,
tolerance As Double,
curve3dSubdomain As Interval
) As Curve
- curve3d
- Type: Rhino.Geometry.Curve
A curve. - 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. - curve3dSubdomain
- Type: Rhino.Geometry.Interval
A subdomain of the curve to sample.
Type: Curve
2d curve.
Supported in: 6.0.16224.21491, 5D58w