Eyeshot 10 WinForms API Reference
CreatePlanar(Plane,IList<Point2D>,IList<IList<Point2D>>,natureType) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Mesh Class > CreatePlanar Method : CreatePlanar(Plane,IList<Point2D>,IList<IList<Point2D>>,natureType) Method
Plane on which the points lay
Outer contour of the region oriented counter-clockwise
The inner contour list oriented clockwise
Nature of the Mesh
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)), _
   ByVal meshNature As Mesh.natureType _
) As Mesh
public static Mesh CreatePlanar( 
   Plane sketchPlane,
   IList<Point2D> outer,
   IList<IList<Point2D>> inners,
   Mesh.natureType meshNature
)

Parameters

sketchPlane
Plane on which the points lay
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

Reference

Mesh Class
Mesh Members
Overload List