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

Public Sub New( _ 
ByVal vertices As IList(Of Point3D), _ 
ByVal triangles As IList(Of IndexTriangle) _ 
)
This language is not supported or no code example is available.
public FemMeshSlice( 
IList<Point3D> vertices
IList<IndexTriangle> triangles 
)
This language is not supported or no code example is available.

Parameters

vertices
IList<Point3D>

triangles
IList<IndexTriangle>

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition