Utility.GetTrianglesPlane Method

Gets the first valid plane found from a collection of triangles.
Public Shared Function GetTrianglesPlane( _ 
ByVal triangles As IList(Of IndexTriangle), _ 
ByVal vertices As IList(Of Point3D) _ 
) As Plane
This language is not supported or no code example is available.
public static Plane GetTrianglesPlane( 
IList<IndexTriangle> triangles
IList<Point3D> vertices 
)
This language is not supported or no code example is available.

Parameters

triangles
IList<IndexTriangle>

The collection of triangles

vertices
IList<Point3D>

The collection of vertices

Return Value

Plane

The first valid plane found.

.NET Framework

Supported in: 4.8

In this article

Definition