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

In This Topic
    CreatePlanar(Plane,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) _
    ) As Solid
    public static Solid CreatePlanar( 
       Plane sketchPlane,
       IList<Point2D> outer
    )

    Parameters

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

    Return Value

    The created Solid.
    See Also