Click or drag to resize

BrepCreateFilletSurface Method (BrepFace, Point2d, BrepFace, Point2d, BrepFilletSurfaceSettings, BrepFilletSurfaceResults)

Create a fillet (rational arcs or non-rational arc approxiation or chamfered surface

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public static bool CreateFilletSurface(
	BrepFace face0,
	Point2d uv0,
	BrepFace face1,
	Point2d uv1,
	BrepFilletSurfaceSettings settings,
	out BrepFilletSurfaceResults results
)

Parameters

face0
Type: Rhino.GeometryBrepFace
First face to fillet from.
uv0
Type: Rhino.GeometryPoint2d
A parameter face0 at the side you want to keep after filleting.
face1
Type: Rhino.GeometryBrepFace
Second face to fillet from.
uv1
Type: Rhino.GeometryPoint2d
A parameter face1 at the side you want to keep after filleting.
settings
Type: Rhino.GeometryBrepFilletSurfaceSettings
The settings to use for filleting/chamfering
results
Type: Rhino.GeometryBrepFilletSurfaceResults
If true is returned, this contains the fillet results.

Return Value

Type: Boolean
true if successful
Exceptions
ExceptionCondition
ArgumentNullException
See Also