GH_BoundingBox
Public Struct
Public Method
Public Method
Public Method
Public Field
Max
Public Field
Min
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
Name
Description
Public Method
GH_BoundingBox(GH_Point3D, GH_Point3D)
Constructor.
Public Method
GH_BoundingBox(Double, Double, Double, Double, Double, Double)
Constructor.
Methods
Name
Description
Public Method
ToString
Converts this structure to a human-readable string.
(Overrides ValueType.ToString..)
Fields
Name
Description
Public Field
Max
Maximum corner of box.
Public Field
Min
Minimum corner of box.