Intersection of rectangles of different groups in PlantUML

0 votes
asked Mar 17, 2021 in Question / help by SvNik (120 points)
Please tell me how to make the intersection of Proxy rectangles (in the code they are indicated as PR and PROX) in different groups in PlantUML. Now they are in the Data Plane group, and it is also necessary that both Proxe as PR be included in another group with Service A and Proxe as PROX with Service B in the third group.

@startuml

rectangle "Service A"  as SA <<$archimate/physical-equipment>> #transparent;line:Grey

node "Data\nplane" #LightBlue;line:LightBlue;text:thistle {
rectangle "Proxy"  as PR <<$archimate/physical-material>> #transparent;line:Grey
rectangle "Proxy"   as PROX <<$archimate/physical-material>> #transparent;line:Grey
SA -d->> PR #line:green
PR -u->> SA #line:green
}

rectangle "Service B"  as SB <<$archimate/physical-equipment>> #transparent;line:Grey

SB -d->> PROX #line:green
PROX -u->> SB #line:green
PR ->> PROX #line:green : Mesh traffic 

@enduml

commented Mar 17, 2021 by The-Lu (64,340 points)

Hello S.,

Intersection is not yet implemented.

See similar quasi request here: https://forum.plantuml.net/11715/table-cell-to-render-component

Regards,
Th.

commented Mar 18, 2021 by SvNik (120 points)

Thanks a lot for your feedback! I tried to solve this question for 2 days, but it turns out it was not possible. Thanks you!

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...