M_Rhino_Geometry_Interval_IncludesInterval - mcneel/rhinocommon-api-docs GitHub Wiki
Tests another interval for Interval inclusion.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool IncludesInterval(
Interval interval
)
VB
Public Function IncludesInterval (
interval As Interval
) As Boolean
- interval
- Type: Rhino.Geometry.Interval
Interval to test.
Type: Boolean
true if the other interval is contained within or is coincident with the limits of this Interval; otherwise false.
Supported in: 6.0.16224.21491, 5D58w
Interval Structure
IncludesInterval Overload
Rhino.Geometry Namespace