Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / CreatePlanar Method / CreatePlanar(IList<Point3D>,IList<IList<Point3D>>,natureType) Method
Outer contour of the region oriented counter-clockwise
The inner contour list oriented clockwise
Nature of the Mesh

In This Topic
    CreatePlanar(IList<Point3D>,IList<IList<Point3D>>,natureType) Method
    In This Topic
    Triangulates the specified 3D region.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreatePlanar( _
       ByVal outer As IList(Of Point3D), _
       ByVal inners As IList(Of IList(Of Point3D)), _
       ByVal meshNature As Mesh.natureType _
    ) As Mesh
    public static Mesh CreatePlanar( 
       IList<Point3D> outer,
       IList<IList<Point3D>> inners,
       Mesh.natureType meshNature
    )

    Parameters

    outer
    Outer contour of the region oriented counter-clockwise
    inners
    The inner contour list oriented clockwise
    meshNature
    Nature of the Mesh

    Return Value

    The created mesh.
    Exceptions
    ExceptionDescription
    Countours must be closed
    See Also