Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / ControlBoundingBox Method / ControlBoundingBox(Double,Point3D,Point3D) Method
Offset
Min 3D point
Max 3D point

In This Topic
    ControlBoundingBox(Double,Point3D,Point3D) Method
    In This Topic
    Computes the extension of the control polygon/net.
    Syntax
    'Declaration
     
    Public Overloads Sub ControlBoundingBox( _
       ByVal inflateBy As Double, _
       ByRef min As Point3D, _
       ByRef max As Point3D _
    ) 
    public void ControlBoundingBox( 
       double inflateBy,
       out Point3D min,
       out Point3D max
    )

    Parameters

    inflateBy
    Offset
    min
    Min 3D point
    max
    Max 3D point
    See Also