Interface IntervalWithSettableEndpointsObject

Interface, that combines the IntervalWithSettableEndpoints, Evaluatable, DependencyNode and GeometryObject interfaces.

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 start of the interval.

endIncluded: boolean

Whether the end of the interval is closed.

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 end of the interval.

startIncluded: boolean

Whether the start of the interval is closed.

virtual: true

Whether this object is virtual.

Methods

Generated using TypeDoc