Hi all — I’m trying to visualize a Use Case diagram in the Sys IDE-Modeler (VS Code extension) and I’m not getting actor → use case connections or a system boundary the way I expect.
Run “Sys IDE- Visualize Current File” on the .sysml file.
What I see: a figure with two use cases (e.g., provide transportation, add fuel) and a «part def» Fuel Station block, but no connectors between the system, the use cases, and the actors (vehicle, fueler, fuel station). (screenshot attached)
What I expected: a standard Use Case diagram showing:
actors (vehicle, fueler, fuel station),
the subject/system boundary,
associations between actors and use cases (and any include/extend relations if present).
Questions
Does Sys IDE-’s visualizer support rendering actor ↔ use case associations and the subject boundary out of the box for this example?
If yes, what am I missing? (specific command, setting, or required annotations/viewpoints?)
If not, is there an example or recommended pattern (e.g., a particular viewpoint or presentation annotation) to produce a classic Use Case view
Great question. You’re not missing anything—this is a current limitation of the visualizer, which is still under active development.
While the model is correct, the tool doesn’t yet render the complete Use Case diagram view with all its connections. Support for this is planned for a future release.
Hi,
when I try to render this example i get following output.
Can i create a view tah will allways generate this nicly align diagram you showed above ?
You can define custom views, which allow you to control which elements you show (expose), define filters (filter), set how many levels to show (depth), and what rendering style to use (render). For more information, see Targeted Visualization Modes.