GH_Interval2D
Public Struct
Public Method
Public Method
Public Method
Public Field
u
Public Field
v
Represents two double precision domains.
Namespace: GH_IO.Types
Assembly: GH_IO (in GH_IO.dll)
Syntax
public struct GH_Interval2D
The GH_Interval2D type exposes the following members.
Constructors
Name
Description
Public Method
GH_Interval2D(GH_Interval1D, GH_Interval1D)
Constructor.
Public Method
GH_Interval2D(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
u
One dimensional component in U direction.
Public Field
v
One dimensional component in V direction.