Interface IntervalWithSettableEndpointsInclusionObject

Hierarchy

Properties

deepDependants: Iterable<Interfaces.DependencyNode>

All the nodes that depend on this node, and all the nodes that those nodes depend on, and so on. Uses a depth-first search.

deepDependencies: Iterable<Interfaces.DependencyNode>

All the nodes that this node depends on, and all the nodes that depend on those nodes, and so on. Uses a depth-first search.

dependants: Iterable<Interfaces.DependencyNode>

All the nodes that depend on this node.

dependencies: Iterable<Interfaces.DependencyNode>

All the nodes that this node depends on.

end: number

The end of the interval.

endIncluded: boolean

The start of the interval.

Returns information about this object.

length: number

The length of the interval.

objectType: "interval"

This object is of type interval.

Returns the plane this object is on.

start: number

The start of the interval.

startIncluded: boolean

The end of the interval.

virtual: true

Whether this object is virtual.

Methods

Generated using TypeDoc