SurfaceFilletBaseNonRationalQuartic Method |
make fillet surfaces and hack them up to active pieces. Adjusts cross sections
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax public bool NonRationalQuartic(
int railDegree,
double TanSlider,
double InnerSlider,
bool bExtend,
List<Brep> Fillets
)
Public Function NonRationalQuartic (
railDegree As Integer,
TanSlider As Double,
InnerSlider As Double,
bExtend As Boolean,
Fillets As List(Of Brep)
) As Boolean
Parameters
- railDegree
- Type: SystemInt32
The degree of the rail - TanSlider
- Type: SystemDouble
A number from -1 to 1 indicating how far towards the theoretical rational midpoint to adjust the tangent control points. - InnerSlider
- Type: SystemDouble
A number from -1 to 1 indicating how far towards the theoretical rational midpoint to adjust the inner control points. - bExtend
- Type: SystemBoolean
If true, when one input surface is longer than the other, the fillet surface is extended to the input surface edges. - Fillets
- Type: System.Collections.GenericListBrep
the fillet8s that were created
Return Value
Type:
Booleantrue if successful
See Also