DSD-DBS/capella-polarion

Add `include_all_children` parameter for `PhysicalNodeComponent`s exclusively

Closed this issue · 0 comments

In the context_diagram for PhysicalComponents (nature==NODE) we want to see all child component node PCs too, even if they don't have a connection to the component of interest. It can be achieved by just adding another flag: include_all_children or display_exchangeless_children and set this to True for PhysicalComponents. Maybe there is a better name?