Readonly
deepAll the nodes that depend on this node, and all the nodes that those nodes depend on, and so on. Uses a depth-first search.
Readonly
deepAll the nodes that this node depends on, and all the nodes that depend on those nodes, and so on. Uses a depth-first search.
Readonly
dependantsAll the nodes that depend on this node.
Readonly
dependenciesAll the nodes that this node depends on.
Readonly
endThe end of the interval.
The start of the interval.
Readonly
infoReturns information about this object.
Readonly
lengthThe length of the interval.
Readonly
objectThis object is of type interval.
Readonly
planeReturns the plane this object is on.
Readonly
startThe start of the interval.
The end of the interval.
Readonly
virtualWhether this object is virtual.
Returns the runtime representationinterfaces implemented by this object.
Registers a new dependant
The node that depends on this node.
Generated using TypeDoc
Interface, that combines the IntervalWithSettableEndpointsInclusion, Evaluatable, DependencyNode and GeometryObject interfaces.