Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / CreatePlanar Method / CreatePlanar<T>(Plane,IList<Point2D>,natureType) Method
Plane on which the points lay
Outer contour of the region oriented counter-clockwise
Nature of the Mesh

In This Topic
    CreatePlanar<T>(Plane,IList<Point2D>,natureType) Method
    In This Topic
    Triangulates the specified 2D region.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreatePlanar(Of T As {New, Mesh})( _
       ByVal sketchPlane As Plane, _
       ByVal outer As IList(Of Point2D), _
       ByVal meshNature As Mesh.natureType _
    ) As T
    public static T CreatePlanar<T>( 
       Plane sketchPlane,
       IList<Point2D> outer,
       Mesh.natureType meshNature
    )
    where T: new(), Mesh

    Parameters

    sketchPlane
    Plane on which the points lay
    outer
    Outer contour of the region oriented counter-clockwise
    meshNature
    Nature of the Mesh

    Type Parameters

    T

    Return Value

    The created mesh.
    See Also