Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / UtilityEx Class / Triangulate Method / Triangulate(IList<Point3D>,natureType) Method
The 3D point collection
The desired Mesh nature. Affects only mesh smoothing.

In This Topic
    Triangulate(IList<Point3D>,natureType) Method
    In This Topic
    Triangulate a collection of 2.5D points (terrain like).
    Syntax
    'Declaration
     
    Public Overloads Shared Function Triangulate( _
       ByVal points As IList(Of Point3D), _
       Optional ByVal nature As Mesh.natureType _
    ) As Mesh
    public static Mesh Triangulate( 
       IList<Point3D> points,
       Mesh.natureType nature
    )

    Parameters

    points
    The 3D point collection
    nature
    The desired Mesh nature. Affects only mesh smoothing.

    Return Value

    The resulting Mesh, null/nothing in case of failure.
    See Also