mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Fixing stubs
- `function_item`, `tags` added indf7318973- MakeVolume added inc385b93, ignore as all other conversion settings - moved `SeparateZUpNode` ignore to the other geom serializer settings
This commit is contained in:
@@ -89,6 +89,7 @@ SETTING = Literal[
|
||||
"keep-bounding-boxes",
|
||||
"layerset-first",
|
||||
"length-unit",
|
||||
"make-volume",
|
||||
"max-offset-deviation",
|
||||
"max-offset",
|
||||
"mesher-angular-deflection",
|
||||
@@ -124,6 +125,7 @@ SERIALIZER_SETTING = Literal[
|
||||
"ecef",
|
||||
"digits",
|
||||
"wkt-use-section",
|
||||
"separate-z-up-node",
|
||||
]
|
||||
|
||||
# NOTE: hybrid-cgal-simple-opencascade is added just as an example
|
||||
|
||||
@@ -1143,7 +1143,8 @@ class loft:
|
||||
class loop:
|
||||
closed: Any
|
||||
external: Any
|
||||
fi: Any
|
||||
function_item: Any
|
||||
tags: Any
|
||||
def calc_hash(self): ...
|
||||
def calculate_linear_edge_curves(self): ...
|
||||
def centroid(self): ...
|
||||
|
||||
Reference in New Issue
Block a user