Brep.GetPlanarFaceIndex Method

Gets the index of the planar face coincident with the specified plane.
Public Function GetPlanarFaceIndex( _ 
ByVal plane As Plane, _ 
Optional ByVal pointOnFace As Point3D = null _ 
) As Integer
This language is not supported or no code example is available.
public int GetPlanarFaceIndex( 
Plane plane
Point3D pointOnFace = null 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

A plane coincident with the face's one

pointOnFace
Point3D

A point inside the face contour to help identify coplanar faces. Can be null/Nothing.

Return Value

int

An integer representing the index of the first face that satisfies the requirements.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition