Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / ControlBoundingBox Method / ControlBoundingBox(Point3D,Point3D) Method

In This Topic
    ControlBoundingBox(Point3D,Point3D) Method
    In This Topic
    Computes the minimum and maximum 3D points of the surface control point net axis aligned bounding box.
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub ControlBoundingBox( _
       ByRef min As Point3D, _
       ByRef max As Point3D _
    ) 
    public override void ControlBoundingBox( 
       out Point3D min,
       out Point3D max
    )

    Parameters

    min
    max
    See Also