Skip to content

View import does not create the representation (diagram) in the model #2214

@arnauddieumegard

Description

@arnauddieumegard

Importing textual content:

package Package1 {
	part def def1 {
		attribute attr1;
		part part3;
	}
	part p1;
	part p2 : def1;
	view view1 : StandardViewDefinitions::GeneralView {
		expose def1;
		expose p2;
	}
}

Does import all content but does not create the diagram:

Image

Attempting to create a view element on the View package creates a view package and the view thus leading to non visible exposed elements:

Image Image Image

Tested with SysON v2026.3.9

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions