Plugin : Hex Tx
Author:Rex.Rainbow
- Transfer logic position to physical position with hexagonal layout
Download
Properties
X at (0,0)
- Physical X co-ordinate at logic (0,0).
Y at (0,0)
- Physical Y co-ordinate at logic (0,0).
Width
Height
Axis
- The axis of layout.
- Options : ["Left-Right","Up-Down"]
Indent
- Indent first row or column.
Actions
Arrangement
Action:Set orientation
- Set orientation.
- Axis ( Combo ) : The axis of layout.
- Options : ["Left-Right","Up-Down"]
- Indent ( Combo ) : Indent first row or column.
Action:Set orientation by number
- Set orientation by number.
- Axis ( number ) : 0=Left-Right, 1=Up-Down.
- Indent ( number ) : 0=No, 1=Yes.
Offset
Action:Set position offset
- Set Physical position offset (position of logic (0,0)).
- X ( number ) : Physical X co-ordinate at logic (0,0).
- Y ( number ) : Physical Y co-ordinate at logic (0,0).
Size
Action:Set cell size
- Set cell size.
- Width ( number ) : Cell width in pixels.
- Height ( number ) : Cell height in pixels.
Expressions
Direction code (Left-Right)
Expression:DIRLRRIGHT
Expression:DIRLRDOWNRIGHT
- Direction code of down-right.
Expression:DIRLRDOWNLEFT
- Direction code of down-left.
Expression:DIRLRLEFT
Expression:DIRLRUPLEFT
- Direction code of up-left.
Expression:DIRLRUPRIGHT
- Direction code of up-right.
Direction code (Up-Down)
Expression:DIRUDDOWNRIGHT
- Direction code of down-right.
Expression:DIRUDDOWN
Expression:DIRUDDOWNLEFT
- Direction code of down-left.
Expression:DIRUDUPLEFT
- Direction code of up-left.
Expression:DIRUDUP
Expression:DIRUDUPRIGHT
- Direction code of up-right.
Logic
Expression:PXY2LX
- Get logic X by physical X,Y co-ordinate.
- X ( number ) : The physical X.
- Y ( number ) : The physical Y.
Expression:PXY2LY
- Get logic Y by physical X,Y co-ordinate.
- X ( number ) : The physical X.
- Y ( number ) : The physical Y.
Offset
Expression:POX
- Get physical X co-ordinate at logic (0,0).
Expression:POY
- Get physical Y co-ordinate at logic (0,0).
Physical
Expression:LXY2PX
- Get physical X co-ordinate by logic X,Y index. Return (-1) if this position does not exist.
- X ( number ) : The logic X.
- Y ( number ) : The logic Y.
Expression:LXY2PY
- Get physical Y co-ordinate by logic X,Y index. Return (-1) if this position does not exist.
- X ( number ) : The logic X.
- Y ( number ) : The logic Y.
Size
Expression:Width
- Get cell width in pixels.
Expression:Height
- Get cell height in pixels.