BoundingBoxSettings Class

Bounding box settings.
Public Class BoundingBoxSettings 
Inherits FrameworkElement 
Implements IDisposable
This language is not supported or no code example is available.
public class BoundingBoxSettings : FrameworkElement
IDisposable
This language is not supported or no code example is available.
Name Description
Public property FormatString Gets or sets the format string used for the bounding box's label.
Public property LabelFont Gets the label font.
Public property LinePattern Gets or sets the pattern used to draw the wireframe box.
Public property Max Defines the maximum extension of the scene (for viewport fitting and visualization purposes).
Public property Min Defines the minimum extension of the scene (for viewport fitting and visualization purposes).
Public property NotApplicableText Gets or sets the text displayed when the Workspace.Entities collection is empty.
Public property OverrideSceneExtents When true, the BoundingBox.Min and BoundingBox.Max properties override the scene extension.
Internal protected (Protected Friend) property ParentWorkspace
Public property Visible Gets or sets the visibility status.
Top
Methods
 
Name Description
Public method Dispose()
Internal protected (Protected Friend) method Draw(Viewport, RenderContextBase, float, Point3D, Point3D) Draws the scene bounding box.
Internal protected (Protected Friend) method DrawLabel(DrawSceneParams) Draws the text label.
Public method DrawLabelGdi(DrawSceneParams, float, Graphics) Draws the text label in GDI.
Top

.NET Framework

Supported in: 4.7.2

In this article

Definition