Portion.GetFace (Int32, out LinearPath, out LinearPath(), Double) Method

Gets the specified Solid face as a number of LinearPath loops.
Public Sub GetFace( _ 
ByVal faceNum As Integer, _ 
ByRef outer As LinearPath, _ 
ByRef inners As LinearPath(), _ 
ByVal tol As Double
)
This language is not supported or no code example is available.
public void GetFace( 
int faceNum
out LinearPath outer
out LinearPath[] inners
double tol 
)
This language is not supported or no code example is available.

Parameters

faceNum
int

The number of the face

outer
LinearPath

Outer contour

inners
LinearPath[]

Inner countours

tol
double

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition