Skip to content

Commit c08bef2

Browse files
* options for suppl.
semanticIds
1 parent 8473455 commit c08bef2

File tree

3 files changed

+176
-121
lines changed

3 files changed

+176
-121
lines changed

src/AasxPluginBomStructure/AasxPluginBomStructure.Options.json

+3
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,9 @@
217217
"FontBold": false,
218218
"Dotted": false
219219
}
220+
],
221+
"NodeSupplSemIds": [
222+
""
220223
]
221224
}
222225
]

src/AasxPluginBomStructure/BomStructureOptions.cs

+3
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ public class BomStructureOptionsRecord : AasxPluginOptionsLookupRecordBase
8686
public ListOfBomArguments LinkStyles = new ListOfBomArguments();
8787
public ListOfBomArguments NodeStyles = new ListOfBomArguments();
8888

89+
public List<string> NodeSupplSemIds = new List<string>();
90+
public List<string> EdgeSupplSemIds = new List<string>();
91+
8992
public void Index()
9093
{
9194
LinkStyles.Index();

0 commit comments

Comments
 (0)