M_Rhino_Geometry_Surface_CreateRollingBallFillet_2 - mcneel/rhinocommon-api-docs GitHub Wiki

Surface.CreateRollingBallFillet Method (Surface, Boolean, Surface, Boolean, Double, Double)

Constructs a rolling ball fillet between two surfaces.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static Surface[] CreateRollingBallFillet(
	Surface surfaceA,
	bool flipA,
	Surface surfaceB,
	bool flipB,
	double radius,
	double tolerance
)

VB

Public Shared Function CreateRollingBallFillet ( 
	surfaceA As Surface,
	flipA As Boolean,
	surfaceB As Surface,
	flipB As Boolean,
	radius As Double,
	tolerance As Double
) As Surface()

Parameters

 

surfaceA
Type: Rhino.Geometry.Surface
A first surface.
flipA
Type: System.Boolean
A value that indicates whether A should be used in flipped mode.
surfaceB
Type: Rhino.Geometry.Surface
A second surface.
flipB
Type: System.Boolean
A value that indicates whether B should be used in flipped mode.
radius
Type: System.Double
A radius value.
tolerance
Type: System.Double
A tolerance value.

Return Value

Type: Surface[]
A new array of rolling ball fillet surfaces; this array can be empty on failure.

Exceptions

 

Exception Condition
ArgumentNullException If surfaceA or surfaceB are null.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Surface Class
CreateRollingBallFillet Overload
Rhino.Geometry Namespace

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