Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / GetBb Method

In This Topic
    GetBb Method (LinearPath)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub GetBb( _
       ByRef boxMin As Point3D, _
       ByRef boxMax As Point3D _
    ) 
    public void GetBb( 
       out Point3D boxMin,
       out Point3D boxMax
    )

    Parameters

    boxMin
    boxMax
    See Also