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

Constant chamfer between two gSurfaces.
Public Shared Function Chamfer( _ 
ByVal F As GSurface, _ 
ByVal G As GSurface, _ 
ByVal radius As Double, _ 
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 Chamfer( 
GSurface F
GSurface G
double radius
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

radius
double

Chamfer distance

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 resulting chamfer gSurfaces

Return Value

ssiFailureType

The resulting ssiFailureType.

.NET Framework

Supported in: 4.7.2

In this article

Definition