DSD-DBS / py-capellambse

A Python 3 headless implementation of the Capella modeling tool.

Home Page:https://dsd-dbs.github.io/py-capellambse/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing unconnected comments in generated images

alternone opened this issue · comments

Hi,

we have large models with logical and physical architecture in Capella (5.2). During generation via capellambse we detected that for during generation for logical and physical architecture comments get lost if they are not connected to components or other architecture elements

  • we expect DRepresentationDescriptor to be impacted

Attached you will find the original data with links etc. and the corrupt generated one (both with black bars to hide our super confidential content)
image-2023-9-25_14-34-8

image-2023-9-25_14-34-31

Is that a missing feature, a bug or a configuration issue on our side?

capellambse 0.5.33
capellambse-context-diagrams 0.2.17

Hi,
can you elaborate what you mean by comments? From the attached pictures I guess you have comments in form of Notes (yellow box with folded right-upper corner). In that case I can't reproduce this behavior.
image

But I'm also missing the diagram symbol on my notes. How did you do that? Is there another diagram attached to it?

I assume it's related to DRepresentationDescriptor on Physical Architecture. Do you use a more recent developer version?

I agree Notes are shown - DRepresentationDescriptor (look like notes) are not shown.

Actually DRepresentationDescriptor can be double clicked and behind is a class diagram.

many thanks - I will test the results on our side!

works as expected!