Portion.GetFace (Int32, out PlaneEquation, out Point2D(), out Point2D()(), Double) Method

Gets the face.
Public Sub GetFace( _ 
ByVal faceNum As Integer, _ 
ByRef plane As PlaneEquation, _ 
ByRef outer As Point2D(), _ 
ByRef inners As Point2D()(), _ 
ByVal tol As Double
)
This language is not supported or no code example is available.
public void GetFace( 
int faceNum
out PlaneEquation plane
out Point2D[] outer
out Point2D[][] inners
double tol 
)
This language is not supported or no code example is available.

Parameters

faceNum
int

The number of the face

plane
PlaneEquation

The plane quation of the face

outer
Point2D[]

Outer contour

inners
Point2D[][]

Inner countours

tol
double

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition