GSurface.VariableChamfer (GSurface, GSurface, Double, Double, Boolean, Double, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, out GSurface()) Method

Variable chamfer between two gSurfaces.
Public Shared Function VariableChamfer( _ 
ByVal F As GSurface, _ 
ByVal G As 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 chamfer As GSurface() _ 
) As ssiFailureType
This language is not supported or no code example is available.
public static ssiFailureType VariableChamfer( 
GSurface F
GSurface G
double startRadius
double endRadius
bool linear
double tol
bool flipNormalF
bool flipNormalG
bool trimF
bool trimG
bool flipTrimSideF
bool flipTrimSideG
out GSurface[] chamfer 
)
This language is not supported or no code example is available.

Parameters

F
GSurface

First gSurface

G
GSurface

Second gSurface

startRadius
double

Starting chamfer distance

endRadius
double

Ending chamfer distance

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

chamfer
GSurface[]

An array of chamfer gSurfaces

Return Value

ssiFailureType

The resulting ssiFailureType.

.NET Framework

Supported in: 4.7.2

In this article

Definition