Skip to content

M_Rhino_Geometry_Interval_IncludesInterval_1

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Interval.IncludesInterval Method (Interval, Boolean)

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,
	bool strict
)

VB

Public Function IncludesInterval ( 
	interval As Interval,
	strict As Boolean
) As Boolean

Parameters

 

interval
Type: Rhino.Geometry.Interval
Interval to test.
strict
Type: System.Boolean
If true, the other interval must be fully on the inside of the Interval.

Return Value

Type: Boolean
true if the other interval is contained within 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

Clone this wiki locally