Click or drag to resize

BrepFilletSurfaceSettingsCreateNonRationalSettings Method

Create settings for non-rational approximated arc fillet surfaces

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public static BrepFilletSurfaceSettings CreateNonRationalSettings(
	double radius,
	double tolerance,
	int degree,
	double tanSlider,
	double innerSlider,
	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.
degree
Type: SystemInt32
Degree of the arc approxiation (3, 4, or 5)
tanSlider
Type: SystemDouble
A number between -0.95 and 0.95 indicating how far to push the tangent control points toward or away from the theoretical middle control point(s)
innerSlider
Type: SystemDouble
A number between -0.95 and 0.95 indicating how far to push the inner control point toward or away from the theoretical middle control point
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.CreateNonRationalSettings(System.Double,System.Double,System.Int32,System.Double,System.Double,System.Boolean,System.Boolean)"]

See Also