Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / UtilityEx Class / Triangulate Method / Triangulate(Region,Double,Int32) Method
The region to be meshed
The desired element size
The number of smoothing passes

In This Topic
    Triangulate(Region,Double,Int32) Method
    In This Topic
    Triangulates (meshes) the specified Region.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Triangulate( _
       ByVal region As Region, _
       ByVal elementSize As Double, _
       Optional ByVal smoothingPasses As Integer _
    ) As Mesh
    public static Mesh Triangulate( 
       Region region,
       double elementSize,
       int smoothingPasses
    )

    Parameters

    region
    The region to be meshed
    elementSize
    The desired element size
    smoothingPasses
    The number of smoothing passes

    Return Value

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