Mesh.CreatePlanar<T> (Plane, IList<Point2D>, natureType) Method

Triangulates the specified 2D region.
Public Shared Function CreatePlanar(Of  _ 
T As {Mesh, new})( _ 
ByVal sketchPlane As Plane, _ 
ByVal outer As IList(Of Point2D), _ 
ByVal meshNature As natureType
) As T
This language is not supported or no code example is available.
public static T CreatePlanar<T>( 
Plane sketchPlane
IList<Point2D> outer
natureType meshNature 

where T : Mesh, new
This language is not supported or no code example is available.

Type Parameters

T

Parameters

sketchPlane
Plane

Plane on which the points lay

outer
IList<Point2D>

Outer contour of the region oriented counter-clockwise

meshNature
natureType

Nature of the Mesh

Return Value

T

The created mesh.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition