Click or drag to resize

BrepFilletSurfaceSettingsCreateRationalArcSettings Method

Create settings for rational arc fillet surfaces

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public static BrepFilletSurfaceSettings CreateRationalArcSettings(
	double radius,
	double tolerance,
	bool trim,
	bool extend
)

Parameters

radius
Type: SystemDouble
The fillet radius.
tolerance
Type: SystemDouble
The tolerance. When in doubt, use the document's model absolute tolerance.
trim
Type: SystemBoolean
If true, the input faces will be trimmed, if false, the input faces will be split.
extend
Type: SystemBoolean
If true, then when one input surface is longer than the other, the fillet surface is extended to the input surface edges.

Return Value

Type: BrepFilletSurfaceSettings

[Missing <returns> documentation for "M:Rhino.Geometry.Brep.FilletSurfaceSettings.CreateRationalArcSettings(System.Double,System.Double,System.Boolean,System.Boolean)"]

See Also