Portion.GetFacePlane Method

Gets the plane equation of the face.
Public Function GetFacePlane( _ 
ByVal faceNum As Integer
) As PlaneEquation
This language is not supported or no code example is available.
public PlaneEquation GetFacePlane( 
int faceNum 
)
This language is not supported or no code example is available.

Parameters

faceNum
int

The number of the face

Return Value

PlaneEquation

The plane quation of the face.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition