Click or drag to resize

GH_BoundingBox Structure

Represents a 3D bounding box, denoted by two points.

Namespace:  GH_IO.Types
Assembly:  GH_IO (in GH_IO.dll)
Syntax
public struct GH_BoundingBox

The GH_BoundingBox type exposes the following members.

Constructors
Methods
Fields
  NameDescription
Public fieldMax
Maximum corner of box.
Public fieldMin
Minimum corner of box.
Top
See Also