CalculateBoundingBoxEventArgs Class

CalculateBoundingBoxEventArgs Class

[Missing <summary> documentation for "T:Rhino.Display.CalculateBoundingBoxEventArgs"]

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Rhino.DisplayDrawEventArgs
      Rhino.DisplayCalculateBoundingBoxEventArgs

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class CalculateBoundingBoxEventArgs : DrawEventArgs
Public Class CalculateBoundingBoxEventArgs
	Inherits DrawEventArgs

The CalculateBoundingBoxEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyBoundingBox
Gets the current bounding box.
Public propertyDisplay (Inherited from DrawEventArgs.)
Public propertyRhinoDoc (Inherited from DrawEventArgs.)
Public propertyViewport (Inherited from DrawEventArgs.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIncludeBoundingBox
Unites a bounding box with the current display bounding box in order to ensure dynamic objects in "box" are drawn.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also