Eyeshot 9.0 WinForms API Reference
CreatePlanar<T>(IList<Point3D>) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Solid Class > CreatePlanar Method : CreatePlanar<T>(IList<Point3D>) Method
Outer contour of the region oriented counter-clockwise
Syntax
'Declaration
 
Public Overloads Shared Function CreatePlanar(Of T As {New, Solid})( _
   ByVal outer As IList(Of Point3D) _
) As T
public static T CreatePlanar<T>( 
   IList<Point3D> outer
)
where T: new(), Solid

Parameters

outer
Outer contour of the region oriented counter-clockwise

Type Parameters

T

Return Value

The created Solid.
See Also

Reference

Solid Class
Solid Members
Overload List