mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Wire up serializer plug-ins in python
This commit is contained in:
@@ -1710,6 +1710,13 @@ def construct_iterator_with_include_exclude_id(geometry_library, settings, file,
|
||||
def convert_loop_to_function_item(loop): ...
|
||||
def create_box(*args): ...
|
||||
def create_epeck(*args): ...
|
||||
def create_geometry_serializer(
|
||||
extension: str,
|
||||
output_filename: str,
|
||||
output_temp_filename: str,
|
||||
geometry_settings: Settings,
|
||||
serializer_settings: SerializerSettings,
|
||||
) -> GeometrySerializer: ...
|
||||
def create_shape(*args): ...
|
||||
def flatten(deep): ...
|
||||
def get_feature(x): ...
|
||||
|
||||
Reference in New Issue
Block a user