25 convert(gctx, *world, cOptions, cState);
28 std::vector<actsvg::svg::object> finalViews = cState.
finalViews;
48 if (
layer->surfaceArray() !=
nullptr) {
58 lOptions = (*deflOptions);
59 lOptions.name = layerName;
65 for (
const auto& lSheet : layerSheets) {
66 if (lSheet.is_defined()) {
88 convert(gctx, *volume, cOptions, cState);
93 std::array<actsvg::svg::object, 2>
98 actsvg::svg::object xyView;
99 actsvg::svg::object zrView;
103 if (world !=
nullptr) {
112 cOptions.
prefix +
"projection_xy");
114 cOptions.
prefix +
"projection_zr");
116 return {xyView, zrView};