mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 10:51:13 +00:00
typing - add missing settings
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user