AreaProperties(IList<Point3D>, IList<IndexTriangle>) Constructor

3D face constructor.
Public Sub New( _ 
ByVal vList As IList(Of Point3D), _ 
ByVal tList As IList(Of IndexTriangle) _ 
)
This language is not supported or no code example is available.
public AreaProperties( 
IList<Point3D> vList
IList<IndexTriangle> tList 
)
This language is not supported or no code example is available.

Parameters

vList
IList<Point3D>

Vertices

tList
IList<IndexTriangle>

Triangles

.NET Framework

Supported in: 4.8

In this article

Definition