create_if_action(position=None, size=None, display=DK.GRAPHICAL)#

Create a leaf action in the intermediate structure if it is a tree structure.

The graphical properties are expressed 1/100th of mm.

They are considered if and only if the owning if block has a graphical representation.

Parameters:
positionTuple[float, float], default: None

Position of the action.

sizeTuple[float, float], default: None

Size of the action.

displayDK, default: GRAPHICAL

Layout of the action.

Returns:
IT