RhinoCommon API
SurfaceCreateRollingBallFillet Method (Surface, Surface, Double, Double) |
Constructs a rolling ball fillet between two surfaces.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public static Surface[] CreateRollingBallFillet( Surface surfaceA, Surface surfaceB, double radius, double tolerance )
Public Shared Function CreateRollingBallFillet ( surfaceA As Surface, surfaceB As Surface, radius As Double, tolerance As Double ) As Surface()
Parameters
- surfaceA
- Type: Rhino.GeometrySurface
A first surface. - surfaceB
- Type: Rhino.GeometrySurface
A second surface. - radius
- Type: SystemDouble
A radius value. - tolerance
- Type: SystemDouble
A tolerance value.
Return Value
Type: SurfaceA new array of rolling ball fillet surfaces; this array can be empty on failure.

Exception | Condition |
---|---|
ArgumentNullException | If surfaceA or surfaceB are null. |

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8