BoundingBoxSettings(Font, UInt16, Boolean, Boolean, Point3D, Point3D) Constructor

Standard constructor.
Public Sub New( _ 
ByVal labelFont As Font, _ 
ByVal linePattern As UInt16, _ 
ByVal visible As Boolean, _ 
ByVal overrideSceneExtents As Boolean, _ 
ByVal min As Point3D, _ 
ByVal max As Point3D
)
This language is not supported or no code example is available.
public BoundingBoxSettings( 
Font labelFont
UInt16 linePattern
bool visible
bool overrideSceneExtents
Point3D min
Point3D max 
)
This language is not supported or no code example is available.

Parameters

labelFont
Font

Label font

linePattern
UInt16

Pattern used to draw the wire-frame box

visible
bool

Visibility status

overrideSceneExtents
bool

IF true, considers the BoundingBox.Min and BoundingBox.Max as the extension of the scene

min
Point3D

Defines the minimum extension of the scene

max
Point3D

Defines the maximum extension of the scene

.NET Framework

Supported in: 4.8

In this article

Definition