mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Use schema_identifier to get IFC4X3 schema more precisely
This commit is contained in:
@@ -237,6 +237,10 @@ def schema_by_name(
|
||||
|
||||
:param schema: Which IFC schema to use, chosen from "IFC2X3", "IFC4",
|
||||
or "IFC4X3". These refer to the ISO approved versions of IFC.
|
||||
E.g. from ``ifcopenshell.file.schema_identifier``.
|
||||
Passing ``ifcopenshell.file.schema`` also will work but may result
|
||||
in not precisely matching schema but it's only conern if you're
|
||||
using not one of the main schemas.
|
||||
:param schema_version: If you want to specify an exact version of IFC
|
||||
that may not be an ISO approved version, use this argument instead
|
||||
of ``schema``. IFC versions on technical.buildingsmart.org are
|
||||
|
||||
Reference in New Issue
Block a user