Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / UpdateMinMax Method / UpdateMinMax<T>(Transformation,IList<T>,Int32,Point3D,Point3D) Method

In This Topic
    UpdateMinMax<T>(Transformation,IList<T>,Int32,Point3D,Point3D) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Sub UpdateMinMax(Of T As IVertex)( _
       ByVal transform As Transformation, _
       ByVal points As IList(Of T), _
       ByVal count As Integer, _
       ByVal min As Point3D, _
       ByVal max As Point3D _
    ) 
    public static void UpdateMinMax<T>( 
       Transformation transform,
       IList<T> points,
       int count,
       Point3D min,
       Point3D max
    )
    where T: IVertex

    Parameters

    transform
    points
    count
    min
    max

    Type Parameters

    T
    See Also