The basis data of a cross-section are the containment associations of a structure line. The arrangement of the content elements inside the structure line can be described with the help of cross-sections. The description of the cross-section is saved as an attachment file (JSON format) on the structure line.
By default (no configuration), Cross-sections are supported for all structure line types.
In the WebApp, the structure line types that support cross-sections can be configured as in the following example:
{
"id": "cross-sections-service",
"crossSectionTypes": [
{
"assetGroup": 200,
"assetType": 202
},
{
"assetGroup": 200,
"assetType": 203
}
],
"$type": "cross-sections-service-type"
}