Surface.Pushup Method (Curve, Double)

SurfacePushup Method (Curve, Double)

Computes a 3d curve that is the composite of a 2d curve and the surface map.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Curve Pushup(
	Curve curve2d,
	double tolerance
)
Public Function Pushup ( 
	curve2d As Curve,
	tolerance As Double
) As Curve

Parameters

curve2d
Type: Rhino.GeometryCurve
a 2d curve whose image is in the surface's domain.
tolerance
Type: SystemDouble
the maximum acceptable distance from the returned 3d curve to the image of curve_2d on the surface.

Return Value

Type: Curve
3d curve.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also