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:
Attempting to create a view element on the View package creates a view package and the view thus leading to non visible exposed elements:
Tested with SysON v2026.3.9
Importing textual content:
Does import all content but does not create the diagram:
Attempting to create a view element on the View package creates a view package and the view thus leading to non visible exposed elements:
Tested with SysON v2026.3.9