Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / BoundingBox Class / BoundingBox Constructor / BoundingBox Constructor(UInt16,Boolean,Boolean,Point3D,Point3D,String,String)
Pattern used to draw the wireframe box
Visibility status
IF true, considers the BoundingBox.Min and BoundingBox.Max as the extension of the scene
Defines the minimum extension of the scene
Defines the maximum extension of the scene
Text label suffix
The text showed when the EntityList is empty.

In This Topic
    BoundingBox Constructor(UInt16,Boolean,Boolean,Point3D,Point3D,String,String)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal linePattern As UShort, _
       ByVal visible As Boolean, _
       ByVal overrideSceneExtents As Boolean, _
       ByVal min As Point3D, _
       ByVal max As Point3D, _
       ByVal textSuffix As String, _
       ByVal notApplicableText As String _
    )
    public BoundingBox( 
       ushort linePattern,
       bool visible,
       bool overrideSceneExtents,
       Point3D min,
       Point3D max,
       string textSuffix,
       string notApplicableText
    )

    Parameters

    linePattern
    Pattern used to draw the wireframe box
    visible
    Visibility status
    overrideSceneExtents
    IF true, considers the BoundingBox.Min and BoundingBox.Max as the extension of the scene
    min
    Defines the minimum extension of the scene
    max
    Defines the maximum extension of the scene
    textSuffix
    Text label suffix
    notApplicableText
    The text showed when the EntityList is empty.
    See Also