Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / BoundingBox Class / BoundingBox Constructor / BoundingBox Constructor(Font,UInt16,Boolean,Boolean,Point3D,Point3D)
Label font
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

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

    Parameters

    labelFont
    Label font
    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
    See Also