Interval Class

This class represents a finite, infinite, or semi-infinite interval as the real axis. For more information, see Working with Intervals.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.GeometryInterval

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 25.3.0.0
Syntax
public sealed class Interval : DisposableWrapper

The Interval type exposes the following members.

Constructors
  Name Description
Public method Interval(Double) Constructor for the Interval class.
Public method Interval(Interval) Copy constructor for the Interval class.
Public method Interval(Double, Double, Double) Constructor for the Interval class.
Public method Interval(Int32, Double, Double) Constructor for the Interval class.
Top
Properties
Methods
  Name Description
Public method Contains(Double) Checks whether this interval contains the specified value.
Public method Contains(Interval) Checks whether this interval contains the specified interval.
Public method CreateObjRef Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject)
Public method Dispose
(Inherited from DisposableWrapper)
Public method Equals
(Inherited from DisposableWrapper)
Public method GetBounds Retrieves an array that contains upper and lower bounds for this interval.
Public method GetHashCode
(Inherited from DisposableWrapper)
Public method GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Public method GetMerge Retrieves the smallest interval containing both the specified interval and this interval.
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Public method IntersectWith Retrieves the interval that is at the intersection of this interval and the specified interval.
Public method IsContinuousAtUpper Checks whether the specified interval is continuous with the upper bound of this interval.
Public method IsDisjoint Checks whether the specified interval is disjoint from this interval.
Public method IsEqualAtLower(Double) Checks whether the lower bounds of the specified interval and this interval are equal.
Public method IsEqualAtLower(Interval) Checks whether the lower bounds of the specified interval and this interval are equal.
Public method IsEqualAtUpper(Double) Checks whether the upper bounds of the specified interval and this interval are equal.
Public method IsEqualAtUpper(Interval) Checks whether the upper bounds of the specified interval and this interval are equal.
Public method IsOverlapAtUpper Checks whether the upper bounds of the specified interval and this interval are equal.
Public method IsPeriodicallyOn Checks whether the specified value is periodic on this interval.
Public method Subtract Subtracts the specified interval from this interval.
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Top
See Also

©  Bricsys NV. All rights reserved.