Api session event editor netline: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
|- | |- | ||
|[[api session event editor netline add|ADD]] | |[[api session event editor netline add|ADD]] | ||
|Add a [[Net Line]] with the provided | |Add a [[Net Line]] with the provided [[Net Function]] | ||
|- | |- | ||
|[[api session event editor netline append attribute|APPEND_ATTRIBUTE]] | |[[api session event editor netline append attribute|APPEND_ATTRIBUTE]] | ||
| 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 point with one (or more) [[Net Line]](s) of a specified | |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. | ||
|- | |- | ||
|[[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 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 | |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. | ||
|- | |- | ||
|[[api session event editor netline insert point|INSERT_POINT]] | |[[api session event editor netline insert point|INSERT_POINT]] | ||
| Line 49: | Line 49: | ||
|- | |- | ||
|[[api session event editor netline set net function|SET_NET_FUNCTION]] | |[[api session event editor netline set net function|SET_NET_FUNCTION]] | ||
|Set the | |Set the [[Net Function]] for a [[Net Line]] | ||
|} | |} | ||
{{article end|seealso=*[[Api Events]]}} | {{article end|seealso=*[[Api Events]]}} | ||
[[Category:API]] | [[Category:API]] | ||
Revision as of 14:15, 30 March 2026
API api session event editor netline Events.
NetLine editing.
| Name | Description |
|---|---|
| ADD | Add a Net Line with the provided Net Function |
| APPEND_ATTRIBUTE | Appended to existing Net Line 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 attribute values |
Specific Events:
| 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 |