Skip to content

Overload_Rhino_Geometry_Curve_OffsetOnSurface

Will Pearson edited this page Aug 12, 2016 · 2 revisions

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

Clone this wiki locally