Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 94dedacc5d | |||
| bafbcd8b87 | |||
| e97929470f |
@@ -1 +1,5 @@
|
||||
# ifc-openshell-file-importer
|
||||
|
||||
⚠ We have moved this code into the specklepy repo - https://github.com/specklesystems/specklepy/tree/main/src/speckleifc ⚠
|
||||
|
||||
Please open new issues and PRs there
|
||||
|
||||
@@ -5,7 +5,7 @@ from argparse import ArgumentParser
|
||||
from os import getenv
|
||||
|
||||
from specklepy.core.api.client import SpeckleClient
|
||||
from specklepy.core.api.credentials import Account, get_accounts_for_server
|
||||
from specklepy.core.api.credentials import Account
|
||||
from specklepy.core.api.inputs.version_inputs import CreateVersionInput
|
||||
from specklepy.core.api.models.current import Version
|
||||
from specklepy.core.api.operations import send
|
||||
|
||||
@@ -15,6 +15,8 @@ def _create_iterator_settings() -> settings:
|
||||
ifc_settings.set("use-world-coords", True)
|
||||
# Tiny performance improvement,
|
||||
ifc_settings.set("no-wire-intersection-check", True)
|
||||
# Rendermaterials inherit the material names instead of type + unique id
|
||||
ifc_settings.set("use-material-names", True)
|
||||
|
||||
# IfcOpenshell defaults to 0.001mm here, which leads to very dense meshes.
|
||||
# lowering the mesh quality a bit here leads to meshes
|
||||
|
||||
Reference in New Issue
Block a user