Api session event editor netline: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 10: | Line 10: | ||
|- | |- | ||
| [[Api session event editor netline append attribute|append_attribute]] | | [[Api session event editor netline append attribute|append_attribute]] | ||
| Appended to existing [[Net Line]] [[Attribute]] value | | Appended to existing [[Net Line]] numeric [[Attribute]] value | ||
|- | |- | ||
| [[Api session event editor netline remove|remove]] | | [[Api session event editor netline remove|remove]] | ||
| Line 22: | Line 22: | ||
|- | |- | ||
| [[Api session event editor netline set attributes|set_attributes]] | | [[Api session event editor netline set attributes|set_attributes]] | ||
| Set multiple [[Net Line]] [[Attribute]] values | | Set multiple [[Net Line]] numeric [[Attribute]] values | ||
|} | |} | ||
| Line 31: | Line 31: | ||
|- | |- | ||
| [[Api session event editor netline add for points|add_for_points]] | | [[Api session event editor netline add for points|add_for_points]] | ||
| Connect start and end [[ | | Connect start and end [[Point]] with one (or more) [[Net Line]](s) of a specified [[Net Function]]. Nodes are created for start and end [[Point]]. Optionally connection the two [[Point]]s using the road system. Also specify at what distance the new Nodes are merged with existing Nodes. | ||
|- | |- | ||
| [[Api session event editor netline insert and add for points|insert_and_add_for_points]] | | [[Api session event editor netline insert and add for points|insert_and_add_for_points]] | ||
| Insert one [[ | | Insert one [[Point]] into the first [[Net Line]] and a second [[Point]] into the Second [[Net Line]] and potentially connect these two [[Point]]s with a new [[Net Line]] with a specified [[Net Function]]. Nodes are created for start and end [[Point]]. Optionally connection the two [[Point]]s using the road system. Also specify at what distance the new Nodes are merged with existing Nodes. | ||
|- | |- | ||
| [[Api session event editor netline insert point|insert_point]] | | [[Api session event editor netline insert point|insert_point]] | ||
Latest revision as of 13:01, 19 June 2026
API Endpoint: api/session/event/editornetline/
API endpoints for Net Line editing.
| Name | Description |
|---|---|
| add | Add a Net Line with the provided Net Function |
| append_attribute | Appended to existing Net Line numeric Attribute value |
| remove | Remove Net Lines |
| remove_attribute | Remove the specified Attributes for each specified Net Line |
| set_attribute | For each Net Line, set a particular Attribute to a specified array of values, optionally providing its Source. |
| set_attributes | Set multiple Net Line numeric Attribute values |
Additional API endpoints:
| Name | Description |
|---|---|
| add_for_points | Connect start and end Point with one (or more) Net Line(s) of a specified Net Function. Nodes are created for start and end Point. Optionally connection the two Points using the road system. Also specify at what distance the new Nodes are merged with existing Nodes. |
| insert_and_add_for_points | Insert one Point into the first Net Line and a second Point into the Second Net Line and potentially connect these two Points with a new Net Line with a specified Net Function. Nodes are created for start and end Point. Optionally connection the two Points using the road system. Also specify at what distance the new Nodes are merged with existing Nodes. |
| insert_point | Insert a new Node in an existing Net Line, potentially splitting the Net Line into two parts. Also specify at what distance the new Nodes are merged with existing Nodes. |
| move_and_insert | Place an existing Node at a new location and insert it in an existing Net Line, potentially splitting the Net Line into two parts. Also specify at what distance the new Nodes are merged with existing Nodes. |
| remove_all_attributes | Remove all Attributes for each specified Net Line |
| remove_repeated | Remove the Net Lines, and optionally continue removing for Net Nodes that are connected the removed Net Line and that are only connected to one other Net Line of the same Net Type of the specified Net Line. |
| set_net_function | Set the Net Function for a Net Line |