SurfacePullback Method (Curve, Double, Interval) |
Pulls a 3d curve back to the surface's parameter space.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Curve Pullback(
Curve curve3d,
double tolerance,
Interval curve3dSubdomain
)
Public Function Pullback (
curve3d As Curve,
tolerance As Double,
curve3dSubdomain As Interval
) As Curve
Parameters
- curve3d
- Type: Rhino.GeometryCurve
A curve. - tolerance
- Type: SystemDouble
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.GeometryInterval
A subdomain of the curve to sample.
Return Value
Type:
Curve2d curve.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also