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
Syntaxpublic static bool CreateFilletSurface(
BrepFace face0,
Point2d uv0,
BrepFace face1,
Point2d uv1,
BrepFilletSurfaceSettings settings,
out BrepFilletSurfaceResults results
)
Public Shared Function CreateFilletSurface (
face0 As BrepFace,
uv0 As Point2d,
face1 As BrepFace,
uv1 As Point2d,
settings As BrepFilletSurfaceSettings,
<OutAttribute> ByRef results As BrepFilletSurfaceResults
) As Boolean
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:
Booleantrue if successful
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | |
See Also