AreaProperties.Add (IList<Point3D>, IList<IndexTriangle>) Method

Accumulate additional triangles.
Public Sub Add( _ 
ByVal vList As IList(Of Point3D), _ 
ByVal tList As IList(Of IndexTriangle) _ 
)
This language is not supported or no code example is available.
public void Add( 
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