GSurface.VariableFillet (IList<GSurface>, IList<GSurface>, Double, Double, Boolean, Double, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, out GSurface()) Method

Variable fillet between two groups of gSurfaces.
Public Shared Function VariableFillet( _ 
ByVal listF As IList(Of GSurface), _ 
ByVal listG As IList(Of GSurface), _ 
ByVal startRadius As Double, _ 
ByVal endRadius As Double, _ 
ByVal linear As Boolean, _ 
ByVal tol As Double, _ 
ByVal flipNormalF As Boolean, _ 
ByVal flipNormalG As Boolean, _ 
ByVal trimF As Boolean, _ 
ByVal trimG As Boolean, _ 
ByVal flipTrimSideF As Boolean, _ 
ByVal flipTrimSideG As Boolean, _ 
ByRef fillet As GSurface() _ 
) As ssiFailureType
This language is not supported or no code example is available.
public static ssiFailureType VariableFillet( 
IList<GSurface> listF
IList<GSurface> listG
double startRadius
double endRadius
bool linear
double tol
bool flipNormalF
bool flipNormalG
bool trimF
bool trimG
bool flipTrimSideF
bool flipTrimSideG
out GSurface[] fillet 
)
This language is not supported or no code example is available.

Parameters

listF
IList<GSurface>

First gSurface group

listG
IList<GSurface>

Second gSurface group

startRadius
double

Starting fillet radius

endRadius
double

Ending fillet radius

linear
bool

Linear/cubic transition flag

tol
double

Tolerance

flipNormalF
bool

First gSurface flip normal flag

flipNormalG
bool

Second gSurface flip normal flag

trimF
bool

When true the first gSurface is trimmed

trimG
bool

When true the second gSurface is trimmed

flipTrimSideF
bool

First gSurface flip trim flag

flipTrimSideG
bool

Second gSurface flip trim flag

fillet
GSurface[]

An array of fillet gSurfaces

Return Value

ssiFailureType

The resulting ssiFailureType.

.NET Framework

Supported in: 4.7.2

In this article

Definition