Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / GetControlNetPoints2D Method

In This Topic
    GetControlNetPoints2D Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetControlNetPoints2D( _
       ByVal pln As Plane, _
       ByRef center As Point3D, _
       ByRef min As Point2D, _
       ByRef max As Point2D _
    ) As Point2D()
    public Point2D[] GetControlNetPoints2D( 
       Plane pln,
       out Point3D center,
       out Point2D min,
       out Point2D max
    )

    Parameters

    pln
    center
    min
    max
    See Also