Environment.MakeFace (Plane, IList<Int32>, IList<IList<Int32>>, IList<Point3D>) Method

NOTE: This member is now obsolete. Use Mesh.CreatePlanar() method instead.

Triangulates the specific region.
Public Shared Function MakeFace( _ 
ByVal pln As Plane, _ 
ByVal outerLoop As IList(Of Integer), _ 
ByVal innerLoops As IList(Of IList(Of Integer)), _ 
ByVal vertexList As IList(Of Point3D) _ 
) As IndexTriangle()
This language is not supported or no code example is available.
public static IndexTriangle[] MakeFace( 
Plane pln
IList<int> outerLoop
IList<IList<int>> innerLoops
IList<Point3D> vertexList 
)
This language is not supported or no code example is available.

Parameters

pln
Plane

The projection plane

outerLoop
IList<int>

The outer loop

innerLoops
IList<IList<int>>

The inner loops

vertexList
IList<Point3D>

The vertex list

Return Value

IndexTriangle[]

The list of triangles needed to cover the region.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition