Interface SettableValueObject

Interface, that combines the SettableValue, 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.

Returns information about this object.

objectType: "value"

This object is of type value.

Returns the plane this object is on.

value: number

Sets the value of this object.

virtual: true

Whether this object is virtual.

Methods

Generated using TypeDoc