UML diagram would be nice...
In which order are they called? Diagram would be nice...
Returns the SliceCount of a node, which is used to set the SliceCount for pins which were created in spread mode cmsmSpread.
If a pin was created in spread mode cmsmManual its SliceCount has to be set here with the method .SetNodeWriterSliceCount(value: Integer).
Each pin can register it's own evaluation callback on creation. Usually for each output pin the same evaluation callback method is registered.
The callback is called when the pin is connected to another pin and that pin has to be validated.
Usually this method looks like this:
This pins SliceCount is always 1.
This pins SliceCount is always automatically the maximum of the SliceCounts of all the input pins on that node (if all input pins have a SliceCount > 0)
This pins SliceCount isn't influenced by other inputs but is always equal to the SliceCount of the pin connected upstream. This mode is only for input pins!
This pins SliceCount can be manually set via the .NodeWriterSliceCount() function.
SubTypes are used by the UI to know which pins can be connected and to set default values for newly created pins.
They have to be set on creation of a pin.
anonymous user login
~3mth ago
~4mth ago
~4mth ago
~4mth ago
~4mth ago
~4mth ago
~5mth ago
~5mth ago
~5mth ago
~5mth ago