Overload_Rhino_Geometry_Curve_OffsetOnSurface - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.OffsetOnSurface Method

Overload List

 

Name Description
Public method OffsetOnSurface(BrepFace, Point2d, Double) Offset a curve on a brep face surface. This curve must lie on the surface. This overload allows to specify a surface point at which the offset will pass.
Public method OffsetOnSurface(BrepFace, Double, Double) Offset this curve on a brep face surface. This curve must lie on the surface.
Public method OffsetOnSurface(Surface, Point2d, Double) Offset a curve on a surface. This curve must lie on the surface. This overload allows to specify a surface point at which the offset will pass.
Public method OffsetOnSurface(Surface, Double, Double) Offset a curve on a surface. This curve must lie on the surface.
Public method OffsetOnSurface(BrepFace, Double[], Double[], Double) Offset a curve on a brep face surface. This curve must lie on the surface. This overload allows to specify different offsets for different curve parameters.
Public method OffsetOnSurface(Surface, Double[], Double[], Double) Offset this curve on a surface. This curve must lie on the surface. This overload allows to specify different offsets for different curve parameters.
  Back to Top

See Also

Reference

Curve Class
Rhino.Geometry Namespace

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