Class UnboundInterval

An unbound interval is an Interval object, that is not a GeometryObject, thus is not a part of the dependency graph.

Hierarchy

  • UnboundInterval

Implements

Constructors

Properties

end: number

The end of the interval.

endIncluded: boolean

Whether the end of the interval is closed.

objectType: "interval" = "interval"

This object is of type interval.

start: number

The start of the interval.

startIncluded: boolean

Whether the start of the interval is closed.

virtual: true = true

Whether this object is virtual.

Accessors

Methods

Generated using TypeDoc