typing - add missing settings

This commit is contained in:
Andrej730
2024-11-11 16:11:15 +05:00
parent acd93ead4d
commit c5aad82e3d
@@ -105,8 +105,10 @@ SETTING = Literal[
"triangulation-type", "triangulation-type",
"model-rotation", "model-rotation",
"model-offset", "model-offset",
"surface-colour",
] ]
SERIALIZER_SETTING = Literal[ SERIALIZER_SETTING = Literal[
"base-uri",
"use-element-names", "use-element-names",
"use-element-guids", "use-element-guids",
"use-element-step-ids", "use-element-step-ids",
@@ -114,6 +116,7 @@ SERIALIZER_SETTING = Literal[
"y-up", "y-up",
"ecef", "ecef",
"digits", "digits",
"wkt-use-section",
] ]
# NOTE: hybrid-cgal-simple-opencascade is added just as an example # NOTE: hybrid-cgal-simple-opencascade is added just as an example