CurveOffsetOnSurface Method (Surface, Point2d, Double) |
This overload allows to specify a surface point at which the offset will pass.
Namespace: Rhino.Geometry
public Curve[] OffsetOnSurface( Surface surface, Point2d throughPoint, double fittingTolerance )
Public Function OffsetOnSurface ( surface As Surface, throughPoint As Point2d, fittingTolerance As Double ) As Curve()
| Exception | Condition |
|---|---|
| ArgumentNullException | If surface is null. |