Surface.Chamfer (IList<Surface>, IList<Surface>, Double, Double, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, out Surface()) Method

Constant chamfer between two groups of surfaces.
Public Shared Function Chamfer( _ 
ByVal listF As IList(Of Surface), _ 
ByVal listG As IList(Of Surface), _ 
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 Surface() _ 
) As ssiFailureType
This language is not supported or no code example is available.
public static ssiFailureType Chamfer( 
IList<Surface> listF
IList<Surface> listG
double radius
double tol
bool flipNormalF
bool flipNormalG
bool trimF
bool trimG
bool flipTrimSideF
bool flipTrimSideG
out Surface[] chamfer 
)
This language is not supported or no code example is available.

Parameters

listF
IList<Surface>

First surface group

listG
IList<Surface>

Second surface group

radius
double

Chamfer distance

tol
double

Tolerance

flipNormalF
bool

First surface flip normal flag

flipNormalG
bool

Second surface flip normal flag

trimF
bool

When true the first surface is trimmed

trimG
bool

When true the second surface is trimmed

flipTrimSideF
bool

First surface flip trim flag

flipTrimSideG
bool

Second surface flip trim flag

chamfer
Surface[]

An array of chamfer surfaces

Return Value

ssiFailureType

The resulting ssiFailureType.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition