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

In This Topic
    CreatePlanar(Plane,IList<Point2D>,IList<IList<Point2D>>) Method
    In This Topic
    Triangulates the specified 2D region.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreatePlanar( _
       ByVal sketchPlane As Plane, _
       ByVal outer As IList(Of Point2D), _
       ByVal inners As IList(Of IList(Of Point2D)) _
    ) As Solid
    public static Solid CreatePlanar( 
       Plane sketchPlane,
       IList<Point2D> outer,
       IList<IList<Point2D>> inners
    )

    Parameters

    sketchPlane
    Plane on which the points lay
    outer
    Outer contour of the region oriented counter-clockwise
    inners
    The inner contour list oriented clockwise

    Return Value

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