M_Rhino_Geometry_Surface_Pushup_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Computes a 3d curve that is the composite of a 2d curve and the surface map.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Curve Pushup(
Curve curve2d,
double tolerance,
Interval curve2dSubdomain
)
VB
Public Function Pushup (
curve2d As Curve,
tolerance As Double,
curve2dSubdomain As Interval
) As Curve
- curve2d
- Type: Rhino.Geometry.Curve
a 2d curve whose image is in the surface's domain. - tolerance
- Type: System.Double
the maximum acceptable distance from the returned 3d curve to the image of curve_2d on the surface. - curve2dSubdomain
- Type: Rhino.Geometry.Interval
The curve interval (a sub-domain of the original curve) to use.
Type: Curve
3d curve.
Supported in: 6.0.16224.21491, 5D58w