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

Constant chamfer between two surfaces.
Public Shared Function Chamfer( _ 
ByVal F As Surface, _ 
ByVal G As 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( 
Surface F
Surface G
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

F
Surface

First surface

G
Surface

Second surface

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

Return Value

ssiFailureType

The resulting ssiFailureType.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition