Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / GetContourPlane Method

In This Topic
    GetContourPlane Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetContourPlane( _
       ByVal outer As IList(Of Point3D) _
    ) As Plane
    public static Plane GetContourPlane( 
       IList<Point3D> outer
    )

    Parameters

    outer
    See Also