
Construct Field Sparse generates a Field from a list of points, an opitonal connection topology (point-to-point connection map), and an optional Tree of transmission coefficients associated with each point-to-point connection (the default is inversely proportional to the point distance: the farther a point is, the higher the signal loss).
inputs
- P - points - [as list] input points
- T - topology - [as Tree] a DataTree of point-to-point connection indexes, relative to the point list - each branch path is the index of a point in the list and the indexes in that branch are its connected points
- tW - transmission Weights - [as Tree] DataTree of transmission coefficients associated with each point-to-point connection (the default is inversely proportional to the point distance: the farther a point is, the higher the signal loss).
<aside>
💡 Topology and transmission Weights data structures must match
</aside>
Topology for a list of points can be computed using the topology components included in froGH or other plugins such as Topology Sandbox.
outputs
- F - an empty Field
- P - [as list] the Field points
options
notes