M_Rhino_Geometry_Interval_IncludesInterval_1 - 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,
bool strict
)
VB
Public Function IncludesInterval (
interval As Interval,
strict As Boolean
) As Boolean
- 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.
Type: Boolean
true if the other interval is contained within the limits of this Interval; otherwise false.
Supported in: 6.0.16224.21491, 5D58w
Interval Structure
IncludesInterval Overload
Rhino.Geometry Namespace