M_Rhino_Geometry_Interval_IncludesInterval - mcneel/rhinocommon-api-docs GitHub Wiki

Interval.IncludesInterval Method (Interval)

Tests another interval for Interval inclusion.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool IncludesInterval(
	Interval interval
)

VB

Public Function IncludesInterval ( 
	interval As Interval
) As Boolean

Parameters

 

interval
Type: Rhino.Geometry.Interval
Interval to test.

Return Value

Type: Boolean
true if the other interval is contained within or is coincident with the limits of this Interval; otherwise false.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Interval Structure
IncludesInterval Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️