mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Fix #5544. Assign / add of objects with styles are now supported.
This commit is contained in:
@@ -27,6 +27,7 @@ from .. import wrap_usecases
|
||||
from .add_style import add_style
|
||||
from .add_surface_style import add_surface_style
|
||||
from .add_surface_textures import add_surface_textures
|
||||
from .assign_item_style import assign_item_style
|
||||
from .assign_material_style import assign_material_style
|
||||
from .assign_representation_styles import assign_representation_styles
|
||||
from .edit_presentation_style import edit_presentation_style
|
||||
@@ -43,6 +44,7 @@ __all__ = [
|
||||
"add_style",
|
||||
"add_surface_style",
|
||||
"add_surface_textures",
|
||||
"assign_item_style",
|
||||
"assign_material_style",
|
||||
"assign_representation_styles",
|
||||
"edit_presentation_style",
|
||||
|
||||
Reference in New Issue
Block a user