Api session event editor netline: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
Created page with "API api session event editor netline Events. NetLine editing. {|class=wikitable !Name !Description |- |ADD |Add a Net Line with the provided Net Function |- |APPEND_ATTRIBUTE |Appended to existing Netline attribute value |- |REMOVE |Remove Net Lines |- |[[api session event editor netline remove attribute|REMOVE_ATTRIBUTE]..."
 
No edit summary
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 Netline attribute value
|Appended to existing [[Net Line]] 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 Netline attribute values
|Set multiple [[Net Line]] attribute values
|}
|}



Revision as of 12:54, 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

See also