Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
get_elevation_graph_bases_from_pseudo_tops [2026/01/09 20:06] admin |
get_elevation_graph_bases_from_pseudo_tops [2026/01/09 20:12] (current) admin |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| ^ Name ^ Type ^ Description ^ Default Value ^ | ^ Name ^ Type ^ Description ^ Default Value ^ | ||
| - | | Use Branch Bases | [[bool]] | If true, the base node of the elevation patch will be selected in the graph at points where the path branches, instead of retrieving only the lowest node. Otherwise, only the lowest node will be considered the base. | false | | + | | Use Branch Bases | [[Boolean Value Type]] | If true, the base node of the elevation patch will be selected in the graph at points where the path branches, instead of retrieving only the lowest node. Otherwise, only the lowest node will be considered the base. | false | |
| - | | Also Retrieve Paths | [[bool]] | If true, the relationship of elevation patches along the entire path between each top and the corresponding base found will be returned as the content of the "pathsRelation" table. Otherwise this table will be left empty. | true | | + | | Also Retrieve Paths | [[Boolean Value Type]] | If true, the relationship of elevation patches along the entire path between each top and the corresponding base found will be returned as the content of the "pathsRelation" table. Otherwise this table will be left empty. | true | |
| - | | Maximum Nodes | [[int]] | Maximum number of nodes that can be handled between the top elevation patch and the corresponding base. If this quantity is exceeded, that top will be ignored. If set to 0, the maximum number of nodes will be unlimited. | 0 | | + | | Maximum Nodes | [[Non Negative Integer Value Type]] | Maximum number of nodes that can be handled between the top elevation patch and the corresponding base. If this quantity is exceeded, that top will be ignored. If set to 0, the maximum number of nodes will be unlimited. | 0 | |
| ===== Output ===== | ===== Output ===== | ||